GitLab app is not threadsafe so better disable allow_concurrency for production env

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2013-12-09 23:26:09 +02:00
parent 77febe8f1e
commit 5ffce6a65e
1 changed files with 2 additions and 0 deletions

View File

@ -83,4 +83,6 @@ Gitlab::Application.configure do
config.eager_load = true
config.assets.js_compressor = :uglifier
config.allow_concurrency = false
end