From 080b51f1649e3350a52d465fc338af32ff2b5da5 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Fri, 4 Mar 2016 16:28:22 +0530 Subject: [PATCH] Revert DEFAULT_NODE_LOCK_COUNT back to 7 (#40997) --- lib/dns/rbtdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 97de3d0902..5a97192651 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).