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:
parent
2457a4b245
commit
080b51f164
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user