]> cat aescling's git repositories - mastodon.git/commitdiff
Revert "Add database statement timeout of 60s (#9382)"
authorThibaut Girka <thib@sitedethib.com>
Thu, 6 Dec 2018 13:39:04 +0000 (14:39 +0100)
committerThibaut Girka <thib@sitedethib.com>
Thu, 6 Dec 2018 13:39:04 +0000 (14:39 +0100)
This reverts commit 58a29db99d410771f62ffb9e8c2ce95e1d3cb4ae.

config/database.yml

index 90133881ad85d8ee73db2b10fc0c45f772c0152e..82e560515c872a2ec0be9c03d2843707ce0180b8 100644 (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
This page took 0.039719 seconds and 4 git commands to generate.