Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-06-02 13:35:39 +0400
committerMarin Jankovski <marin@gitlab.com>2014-06-03 13:37:23 +0400
commite18d5be55af9eab1cfeb7ebae90e3799fb4f7a53 (patch)
tree9505514fc036976f8590602d3a8ab4a5ac5eea2c /config
parent7bf64b2648f4d23ad6850641d52b06b1fc447b81 (diff)
Remove active_record.auto_explain_treshold_in_seconds, rails 4.0 deprecation
Diffstat (limited to 'config')
-rw-r--r--config/environments/production.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 47f7e17aeb6..2450d5719eb 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -74,10 +74,6 @@ Gitlab::Application.configure do
# Send deprecation notices to registered listeners
config.active_support.deprecation = :notify
- # 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.action_mailer.delivery_method = :sendmail
# Defaults to:
# # config.action_mailer.sendmail_settings = {