Commit 5511a731bcc05034abacd4ec01ff7d5a2a3b89d3
1 parent
159eee8d
Exists in
master
and in
4 other branches
Enable threadsafe. Preload lib/
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
config/environments/production.rb
@@ -52,7 +52,7 @@ Gitlab::Application.configure do | @@ -52,7 +52,7 @@ Gitlab::Application.configure do | ||
52 | # config.action_mailer.raise_delivery_errors = false | 52 | # config.action_mailer.raise_delivery_errors = false |
53 | 53 | ||
54 | # Enable threaded mode | 54 | # Enable threaded mode |
55 | - # config.threadsafe! | 55 | + config.threadsafe! |
56 | 56 | ||
57 | # Enable locale fallbacks for I18n (makes lookups for any locale fall back to | 57 | # Enable locale fallbacks for I18n (makes lookups for any locale fall back to |
58 | # the I18n.default_locale when a translation can not be found) | 58 | # the I18n.default_locale when a translation can not be found) |