From f61a39500e76b4d69102bf5f8fe72ac794c08a38 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 4 Feb 2014 17:53:12 +0100 Subject: [PATCH] Preload unicorn because that is what we do --- files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb b/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb index 8e5ed8e..38008a3 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb @@ -67,6 +67,7 @@ unicorn_config File.join(gitlab_core_etc_dir, "unicorn.rb") do worker_timeout node['gitlab']['gitlab-core']['worker_timeout'] working_directory gitlab_core_working_dir worker_processes node['gitlab']['gitlab-core']['worker_processes'] + preload_app true owner "root" group "root" mode "0644" -- libgit2 0.21.2