From: wessels <> Date: Fri, 22 Nov 1996 12:06:00 +0000 (+0000) Subject: fix STORE_IN_MEM_BUCKETS non-prime X-Git-Tag: SQUID_3_0_PRE1~5440 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcf5283d08599e0c9aa25942cadef0ab32db681b;p=thirdparty%2Fsquid.git fix STORE_IN_MEM_BUCKETS non-prime --- diff --git a/src/store.cc b/src/store.cc index 9177221160..e851e0b84c 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.168 1996/11/19 07:11:48 wessels Exp $ + * $Id: store.cc,v 1.169 1996/11/22 05:06:00 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -138,7 +138,7 @@ #define WITH_MEMOBJ 1 #define WITHOUT_MEMOBJ 0 -#define STORE_IN_MEM_BUCKETS (143) +#define STORE_IN_MEM_BUCKETS (229) #define STORE_LOG_CREATE 0 #define STORE_LOG_SWAPIN 1