Browse Source

Remove PostgreSQL statement timeout (#9537)

Revert #9382
pull/4/head
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
32d7d61703
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      config/database.yml

+ 0
- 2
config/database.yml 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

Loading…
Cancel
Save