2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Revert DEFAULT_NODE_LOCK_COUNT back to 7 (#40997)

This commit is contained in:
Mukund Sivaraman 2016-03-04 16:28:22 +05:30
parent 2457a4b245
commit 080b51f164

View 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).