Skip to content

Commit

Permalink
Enable threadsafe! by default
Browse files Browse the repository at this point in the history
No one uses thread-safe mode because it's disabled by default
This makes thread-safe mode configuration over convention

If thread-safe mode were the happy path, more people would use it
  • Loading branch information
tarcieri committed Jun 8, 2012
1 parent 41d6371 commit 9b51d5f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@
# config.action_mailer.raise_delivery_errors = false

# Enable threaded mode.
# config.threadsafe!
config.threadsafe!

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found).
Expand Down

0 comments on commit 9b51d5f

Please sign in to comment.