reduced hash size (just now comitting, been like this for a while on dev)
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 5 Jan 2007 20:07:38 +0000 (20:07 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 5 Jan 2007 20:07:38 +0000 (20:07 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6732 dcc99617-32d9-48b4-a31d-7c20da2025e4

OpenSRF/src/libstack/osrf_hash.h

index e5a898e..02e62c2 100644 (file)
@@ -6,7 +6,9 @@
 #include "osrf_list.h"
 
 /* 0x100 is a good size for small hashes */
-#define OSRF_HASH_LIST_SIZE 0x100  /* size of the main hash list */
+//#define OSRF_HASH_LIST_SIZE 0x100  /* size of the main hash list */
+#define OSRF_HASH_LIST_SIZE 0x10  /* size of the main hash list */
+
 
 /* used internally */
 #define OSRF_HASH_NODE_FREE(h, n) \