From a450ee4f34fd0c4b369b2a0a656889dfb88846c6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 1 Apr 2019 05:01:29 +0000 Subject: [PATCH] autoexplain removed from development --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 0b92a32..a2eb7c9 100755 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -30,7 +30,7 @@ Fetsite::Application.configure do # Log the query plan for queries taking more than this (works # with SQLite, MySQL, and PostgreSQL) - config.active_record.auto_explain_threshold_in_seconds = 0.5 +# config.active_record.auto_explain_threshold_in_seconds = 0.5 # Do not compress assets config.assets.compress = false