From: Eugen Rochko Date: Sun, 16 Dec 2018 20:17:15 +0000 (+0100) Subject: Remove PostgreSQL statement timeout (#9537) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=32d7d617031a3cbd20387a8f02278b4734651671;p=mastodon.git Remove PostgreSQL statement timeout (#9537) Revert #9382 --- 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