]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- decreased StoreDigestBitsPerEntry from 6 to 5.
authorrousskov <>
Sat, 6 Jun 1998 04:37:45 +0000 (04:37 +0000)
committerrousskov <>
Sat, 6 Jun 1998 04:37:45 +0000 (04:37 +0000)
src/store_digest.cc

index 0401eabbc6ee822774c6a99d03f5e5376e9288da..2d41cb46ebf88814a6db49e6285ceac31c9a55c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: store_digest.cc,v 1.19 1998/05/26 19:08:59 wessels Exp $
+ * $Id: store_digest.cc,v 1.20 1998/06/05 22:37:45 rousskov Exp $
  *
  * DEBUG: section 71    Store Digest Manager
  * AUTHOR: Alex Rousskov
@@ -63,7 +63,7 @@ typedef struct {
  */
 
 /* #bits per entry in store digest */
-static const int StoreDigestBitsPerEntry = 6;
+static const int StoreDigestBitsPerEntry = 5;
 /* how often we want to rebuild the digest, in seconds */
 static const time_t StoreDigestRebuildPeriod = 60 * 60;
 /* how often we want to rewrite the digest after rebuild, in seconds */