Remove active_record.auto_explain_treshold_in_seconds, rails 4.0 deprecation
This commit is contained in:
parent
7bf64b2648
commit
e18d5be55a
1 changed files with 0 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue