From: Mukund Sivaraman Date: Fri, 4 Mar 2016 10:58:22 +0000 (+0530) Subject: Revert DEFAULT_NODE_LOCK_COUNT back to 7 (#40997) X-Git-Tag: v9.11.0a1~79 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=080b51f1649e3350a52d465fc338af32ff2b5da5;p=thirdparty%2Fbind9.git Revert DEFAULT_NODE_LOCK_COUNT back to 7 (#40997) --- diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 97de3d09027..5a971926510 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -525,7 +525,7 @@ struct acachectl { #define CASESET(header) \ (((header)->attributes & RDATASET_ATTR_CASESET) != 0) -#define DEFAULT_NODE_LOCK_COUNT 523 /*%< Should be prime. */ +#define DEFAULT_NODE_LOCK_COUNT 7 /*%< Should be prime. */ /*% * Number of buckets for cache DB entries (locks, LRU lists, TTL heaps).