mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
Up wait_timeout to 90.
This commit is contained in:
parent
176956440c
commit
0ee7bd5e1b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ base: &db
|
||||||
username: <%= ENV['MYSQL_USERNAME'] %>
|
username: <%= ENV['MYSQL_USERNAME'] %>
|
||||||
password: <%= ENV['MYSQL_PASSWORD'] %>
|
password: <%= ENV['MYSQL_PASSWORD'] %>
|
||||||
pool: <%= Integer(ENV['MYSQL_CONNECTION_POOL'] || 8) %>
|
pool: <%= Integer(ENV['MYSQL_CONNECTION_POOL'] || 8) %>
|
||||||
wait_timeout: 30
|
wait_timeout: 90
|
||||||
reconnect: true
|
reconnect: true
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue