diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-08 18:24:02 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-08 18:24:02 +0300 |
commit | 66d6c809662980041fce66d182489c025475e7a7 (patch) | |
tree | 2bffbfddce52ff473861c606d2280f2351aa9e36 /config/environments | |
parent | fe4601361d0d713451a3ad6c398f45e8c7bd6211 (diff) | |
download | gitlab-ce-66d6c809662980041fce66d182489c025475e7a7.tar.gz |
Disable threadsafety
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 7e02c75e562..2e2d46c4161 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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) |