Up wait_timeout to 90.

This commit is contained in:
simplefl 2015-06-11 17:18:51 +02:00
parent 4043151867
commit ea232e86ec

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