Commit 5ffce6a6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 77febe8f
......@@ -83,4 +83,6 @@ Gitlab::Application.configure do
config.eager_load = true
config.assets.js_compressor = :uglifier
config.allow_concurrency = false
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment