]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- increased PeerDigestRequestMinGap to 10 min
authorrousskov <>
Thu, 9 Apr 1998 17:42:36 +0000 (17:42 +0000)
committerrousskov <>
Thu, 9 Apr 1998 17:42:36 +0000 (17:42 +0000)
src/peer_digest.cc

index 25a51a6cf8482779691e79a30f88e0625b91a23e..eb891b264d4c2a7291a07f3d29620de1ef35bb4f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: peer_digest.cc,v 1.5 1998/04/09 11:41:27 rousskov Exp $
+ * $Id: peer_digest.cc,v 1.6 1998/04/09 11:42:36 rousskov Exp $
  *
  * DEBUG: section 72    Peer Digest Routines
  * AUTHOR: Alex Rousskov
@@ -58,7 +58,7 @@ static int peerDigestUpdateMask(peer *peer, int offset, const char *buf, int siz
 #define StoreDigestCBlockSize sizeof(StoreDigestCBlock)
 
 /* min interval for requesting digests from the same peer */
-static const time_t PeerDigestRequestMinGap   =  3 * 60; /* seconds */
+static const time_t PeerDigestRequestMinGap   = 10 * 60; /* seconds */
 
 /* min interval for requesting digests at start */
 static const time_t GlobalDigestRequestMinGap =  1 * 60; /* seconds */