Remove PostgreSQL statement timeout (#9537)

Revert #9382
lolsob-rspec
Eugen Rochko 2018-12-16 21:17:15 +01:00 committed by GitHub
parent df7186e93a
commit 5397866326
1 changed files with 0 additions and 2 deletions

View File

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