]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix STORE_IN_MEM_BUCKETS non-prime
authorwessels <>
Fri, 22 Nov 1996 12:06:00 +0000 (12:06 +0000)
committerwessels <>
Fri, 22 Nov 1996 12:06:00 +0000 (12:06 +0000)
src/store.cc

index 91772211604858358c057a950880f9549457d61e..e851e0b84ccb70682f81b2bd03aa498c10ae5b98 100644 (file)
@@ -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
 #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