ruby - subido - ¿Cómo aumentar el tamaño máximo de la agrupación en ActiveRecord?
aumentar limite de subida godaddy (1)
Me sale el error:
Error "ActiveRecord::ConnectionTimeoutError - could not obtain a database connection within 5 seconds. The max pool size is currently 5; consider increasing it."
¿Cómo aumento el tamaño máximo de la piscina?
# DB CONNECTION
DB_CONN = ActiveRecord::Base.establish_connection(:adapter => "sqlite3", :dbfile => DB_FILE)
config/database.yml
pool: 8 (default is 5)
Leer more