chiark / gitweb /
git-cache-proxy: Do not spuriously timeout on too many simultaneous invocations
[chiark-utils.git] / scripts / git-cache-proxy
index 3e57a4f5530e2971794dd3a82612590421624c8e..e87a80329e313663515e8d23f96c8083335ca1d1 100755 (executable)
@@ -360,6 +360,7 @@ sub clonefetch () {
                servinfo "fetch/clone failed: $fetchfail";
            }
        }
+        alarm 0;
 
        if (!$exists) {
            rename $tmpd, $gitd or fail "rename fresh $tmpd to $gitd: $!";