Commit e18d5be55af9eab1cfeb7ebae90e3799fb4f7a53

Authored by Marin Jankovski
1 parent 7bf64b26

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,10 +74,6 @@ Gitlab::Application.configure do
74 # Send deprecation notices to registered listeners 74 # Send deprecation notices to registered listeners
75 config.active_support.deprecation = :notify 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 config.action_mailer.delivery_method = :sendmail 77 config.action_mailer.delivery_method = :sendmail
82 # Defaults to: 78 # Defaults to:
83 # # config.action_mailer.sendmail_settings = { 79 # # config.action_mailer.sendmail_settings = {