From: Mark Andrews Date: Wed, 28 Sep 2005 22:55:24 +0000 (+0000) Subject: DEFAULT_CACHE_NODE_LOCK_COUNT=7 X-Git-Tag: v9.4.0a2~31^2~7 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=16e4542fd4d1e513e15a501412accd6ea8f91aad;p=thirdparty%2Fbind9.git DEFAULT_CACHE_NODE_LOCK_COUNT=7 --- diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 622fca448b5..32a6dd50b9b 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbtdb.c,v 1.218 2005/09/28 04:36:06 marka Exp $ */ +/* $Id: rbtdb.c,v 1.219 2005/09/28 22:55:24 marka Exp $ */ /*! \file */ @@ -281,7 +281,7 @@ struct acachectl { (((header)->attributes & RDATASET_ATTR_NXDOMAIN) != 0) #define DEFAULT_NODE_LOCK_COUNT 7 /*%< Should be prime. */ -#define DEFAULT_CACHE_NODE_LOCK_COUNT 1009 /*%< Should be prime. */ +#define DEFAULT_CACHE_NODE_LOCK_COUNT 7 /*1009*/ /*%< Should be prime. */ typedef struct { nodelock_t lock;