Add database statement timeout of 60s (#9382)

This commit is contained in:
Eugen Rochko 2018-12-03 01:32:27 +01:00 committed by GitHub
parent 6ddf0432e7
commit 58a29db99d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ default: &default
pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
timeout: 5000
encoding: unicode
variables:
statement_timeout: 60000
development:
<<: *default