Up wait_timeout to 90.

This commit is contained in:
simplefl 2015-06-11 17:18:51 +02:00
parent 176956440c
commit 0ee7bd5e1b

View file

@ -6,7 +6,7 @@ base: &db
username: <%= ENV['MYSQL_USERNAME'] %>
password: <%= ENV['MYSQL_PASSWORD'] %>
pool: <%= Integer(ENV['MYSQL_CONNECTION_POOL'] || 8) %>
wait_timeout: 30
wait_timeout: 90
reconnect: true