about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-12-06 14:39:04 +0100
committerThibaut Girka <thib@sitedethib.com>2018-12-06 14:39:04 +0100
commit24822eca73ac2bc37870bd27cae8ee6b17785759 (patch)
tree5a61d196ca0eb63087f762f09f70d95d561a06af
parent1df392819d544e62ae9f685020e462c960d31635 (diff)
Revert "Add database statement timeout of 60s (#9382)"
This reverts commit 58a29db99d410771f62ffb9e8c2ce95e1d3cb4ae.
-rw-r--r--config/database.yml2
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