mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Revert DEFAULT_NODE_LOCK_COUNT back to 7 (#40997)
This commit is contained in:
parent
2457a4b245
commit
080b51f164
@ -525,7 +525,7 @@ struct acachectl {
|
|||||||
#define CASESET(header) \
|
#define CASESET(header) \
|
||||||
(((header)->attributes & RDATASET_ATTR_CASESET) != 0)
|
(((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).
|
* Number of buckets for cache DB entries (locks, LRU lists, TTL heaps).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user