From: erickson Date: Fri, 5 Jan 2007 20:07:38 +0000 (+0000) Subject: reduced hash size (just now comitting, been like this for a while on dev) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=800cb68cc5aa7d860d02828bccf9efdfe2e19f0e;p=Evergreen.git reduced hash size (just now comitting, been like this for a while on dev) git-svn-id: svn://svn.open-ils.org/ILS/trunk@6732 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/OpenSRF/src/libstack/osrf_hash.h b/OpenSRF/src/libstack/osrf_hash.h index e5a898eca3..02e62c2147 100644 --- a/OpenSRF/src/libstack/osrf_hash.h +++ b/OpenSRF/src/libstack/osrf_hash.h @@ -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) \