]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
DEFAULT_CACHE_NODE_LOCK_COUNT=7
authorMark Andrews <marka@isc.org>
Wed, 28 Sep 2005 22:45:52 +0000 (22:45 +0000)
committerMark Andrews <marka@isc.org>
Wed, 28 Sep 2005 22:45:52 +0000 (22:45 +0000)
lib/dns/rbtdb.c

index 8d52b128d954915aa91d4b42498df18f98a20671..610b4a7c46861accb134e3bbc12603144465dd4c 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rbtdb.c,v 1.196.18.20 2005/09/28 04:42:50 marka Exp $ */
+/* $Id: rbtdb.c,v 1.196.18.21 2005/09/28 22:45:52 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;