]> 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 10:58:22 +0000 (16:28 +0530)
lib/dns/rbtdb.c

index 97de3d09027d8684e62efb77d40d734499e5b5fd..5a971926510e894fac9eebb375f2dd6aeb61bdb4 100644 (file)
@@ -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).