From: rousskov <> Date: Sat, 6 Jun 1998 04:37:45 +0000 (+0000) Subject: - decreased StoreDigestBitsPerEntry from 6 to 5. X-Git-Tag: SQUID_3_0_PRE1~3162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8c980962a9430f5ea168392ca48da4ce9a40c47;p=thirdparty%2Fsquid.git - decreased StoreDigestBitsPerEntry from 6 to 5. --- diff --git a/src/store_digest.cc b/src/store_digest.cc index 0401eabbc6..2d41cb46eb 100644 --- a/src/store_digest.cc +++ b/src/store_digest.cc @@ -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 */