Add database statement timeout of 60s (#9382)

master
Eugen Rochko 6 years ago committed by GitHub
parent 6ddf0432e7
commit 58a29db99d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/database.yml

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

Loading…
Cancel
Save