chiark / gitweb /
fishdescriptor: wip reconsider approach
[chiark-utils.git] / scripts / git-cache-proxy
index ffdf6eab52fe57bad3b276ad71a21002abc5011e..52e01d0203b0e210200119cb42b57eea76ff7dbb 100755 (executable)
@@ -65,9 +65,9 @@ our $us = 'git-cache-proxy';
 our $debug = 0;
 our $housekeepingeverydays = 1;
 our $treeexpiredays = 21;
-our $fetchtimeout = 1800;
-our $maxfetchtimeout = 3600;
-our $servetimeout = 1000;
+our $fetchtimeout = 3600;
+our $maxfetchtimeout = 7200;
+our $servetimeout = 3600;
 our $cachedir = '/var/cache/git-cache-proxy';
 our $housekeepingonly = 0;