]> git.openstreetmap.org Git - chef.git/commitdiff
git: allow larger request buffer default
authorGrant Slater <git@firefishy.com>
Fri, 28 Feb 2020 08:44:10 +0000 (08:44 +0000)
committerGrant Slater <git@firefishy.com>
Fri, 28 Feb 2020 08:44:58 +0000 (08:44 +0000)
cookbooks/git/templates/default/apache.erb

index 67dc1913bd2f6b850d72c3f4918c58f7190a6d1c..bc711738c75d0d6d48b2086db24cfd5f4dcbc3de 100644 (file)
@@ -46,6 +46,7 @@
 
         SetEnv GIT_PROJECT_ROOT /var/lib/git
         SetEnv GIT_HTTP_EXPORT_ALL
+        SetEnv GIT_HTTP_MAX_REQUEST_BUFFER 100M
 
         # KeepaliveTimeout longer than git config uploadpack.keepalive 5 second default
         KeepAliveTimeout 20