Commit e18d5be55af9eab1cfeb7ebae90e3799fb4f7a53
1 parent
7bf64b26
Exists in
spb-stable
and in
2 other branches
Remove active_record.auto_explain_treshold_in_seconds, rails 4.0 deprecation
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
config/environments/production.rb
... | ... | @@ -74,10 +74,6 @@ Gitlab::Application.configure do |
74 | 74 | # Send deprecation notices to registered listeners |
75 | 75 | config.active_support.deprecation = :notify |
76 | 76 | |
77 | - # Log the query plan for queries taking more than this (works | |
78 | - # with SQLite, MySQL, and PostgreSQL) | |
79 | - # config.active_record.auto_explain_threshold_in_seconds = 0.5 | |
80 | - | |
81 | 77 | config.action_mailer.delivery_method = :sendmail |
82 | 78 | # Defaults to: |
83 | 79 | # # config.action_mailer.sendmail_settings = { | ... | ... |