Disable threadsafety

This commit is contained in:
Dmitriy Zaporozhets 2013-07-08 18:24:02 +03:00
parent fe4601361d
commit 66d6c80966
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Gitlab::Application.configure do
# config.action_mailer.raise_delivery_errors = false
# Enable threaded mode
config.threadsafe! unless $rails_rake_task
# config.threadsafe! unless $rails_rake_task
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found)