about summary refs log tree commit diff
path: root/config/database.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/database.yml')
-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