From 1eebadd9e2c2ffe0013eddfc00248f55ad6e7648 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 22 Feb 2020 18:45:41 +0000 Subject: [PATCH] git: tweak description for apache keepalive timeout --- cookbooks/git/templates/default/apache.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/git/templates/default/apache.erb b/cookbooks/git/templates/default/apache.erb index 5aa08f465..39a680120 100644 --- a/cookbooks/git/templates/default/apache.erb +++ b/cookbooks/git/templates/default/apache.erb @@ -47,8 +47,8 @@ SetEnv GIT_PROJECT_ROOT /var/lib/git SetEnv GIT_HTTP_EXPORT_ALL - # Keepalive should be larger than git config uploadpack.keepalive to avoid potential race on slower links - KeepAliveTimeout 60 + # KeepaliveTimeout longer than git config uploadpack.keepalive 5 second default + KeepAliveTimeout 20 ScriptAlias /public /usr/lib/git-core/git-http-backend/public ScriptAlias /private /usr/lib/git-core/git-http-backend/private -- 2.45.1