]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert DEFAULT_NODE_LOCK_COUNT back to 7 (#40997)
authorMukund Sivaraman <muks@isc.org>
Fri, 4 Mar 2016 10:58:22 +0000 (16:28 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 4 Mar 2016 11:00:33 +0000 (16:30 +0530)
lib/dns/rbtdb.c

index b1c725dd58acaccd78ab868b70329e2ba5fcebc8..d37b1148a183a926c557f4920859a46f635a1a3a 100644 (file)
@@ -512,7 +512,7 @@ struct acachectl {
 #define PREFETCH(header) \
        (((header)->attributes & RDATASET_ATTR_PREFETCH) != 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).