]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/templates/default/apache.erb
git: tweak description for apache keepalive timeout
[chef.git] / cookbooks / git / templates / default / apache.erb
index 5aa08f465434944c4eddaba8a5acc675385d46d9..39a68012021f4da01ed44351dd409f0cdd532f76 100644 (file)
@@ -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