Commit f61a39500e76b4d69102bf5f8fe72ac794c08a38
1 parent
956ea7f7
Exists in
master
and in
17 other branches
Preload unicorn because that is what we do
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb
@@ -67,6 +67,7 @@ unicorn_config File.join(gitlab_core_etc_dir, "unicorn.rb") do | @@ -67,6 +67,7 @@ unicorn_config File.join(gitlab_core_etc_dir, "unicorn.rb") do | ||
67 | worker_timeout node['gitlab']['gitlab-core']['worker_timeout'] | 67 | worker_timeout node['gitlab']['gitlab-core']['worker_timeout'] |
68 | working_directory gitlab_core_working_dir | 68 | working_directory gitlab_core_working_dir |
69 | worker_processes node['gitlab']['gitlab-core']['worker_processes'] | 69 | worker_processes node['gitlab']['gitlab-core']['worker_processes'] |
70 | + preload_app true | ||
70 | owner "root" | 71 | owner "root" |
71 | group "root" | 72 | group "root" |
72 | mode "0644" | 73 | mode "0644" |