Skip to content

Commit

Permalink
Use Rails 7.0 smtp_timeout config
Browse files Browse the repository at this point in the history
We don't send email with smtp so we can set this new default with no
effect.
  • Loading branch information
mec committed Dec 11, 2024
1 parent b98ca4f commit e7b6b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/new_framework_defaults_7_0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Rails.application.config.active_support.executor_around_test_case = true

# Set both the `:open_timeout` and `:read_timeout` values for `:smtp` delivery method.
# Rails.application.config.action_mailer.smtp_timeout = 5
Rails.application.config.action_mailer.smtp_timeout = 5

# Automatically infer `inverse_of` for associations with a scope.
# Rails.application.config.active_record.automatic_scope_inversing = true
Expand Down

0 comments on commit e7b6b6e

Please sign in to comment.