diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-12-16 21:17:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-16 21:17:15 +0100 |
commit | 32d7d617031a3cbd20387a8f02278b4734651671 (patch) | |
tree | 5bf24b97dfce328fc5ad86616c91062e7b21ae5a /config | |
parent | 13dce126655f856f23d02373fa2e333e74bdc36e (diff) |
Remove PostgreSQL statement timeout (#9537)
Revert #9382
Diffstat (limited to 'config')
-rw-r--r-- | config/database.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/database.yml b/config/database.yml index 90133881a..82e560515 100644 --- a/config/database.yml +++ b/config/database.yml @@ -3,8 +3,6 @@ default: &default pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %> timeout: 5000 encoding: unicode - variables: - statement_timeout: 60000 development: <<: *default |