mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
Up wait_timeout to 90.
This commit is contained in:
parent
4043151867
commit
ea232e86ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue