提交 5ffce6a6 编写于 作者: D Dmitriy Zaporozhets

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

Signed-off-by: NDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册