Commit 66d6c809662980041fce66d182489c025475e7a7

Authored by Dmitriy Zaporozhets
1 parent fe460136

Disable threadsafety

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/environments/production.rb
... ... @@ -52,7 +52,7 @@ Gitlab::Application.configure do
52 52 # config.action_mailer.raise_delivery_errors = false
53 53  
54 54 # Enable threaded mode
55   - config.threadsafe! unless $rails_rake_task
  55 + # config.threadsafe! unless $rails_rake_task
56 56  
57 57 # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
58 58 # the I18n.default_locale when a translation can not be found)
... ...