Revert "Test: initial LOWAC capacity at 100k"
This reverts commit 0e52562e4eea06a4c1764ece09bc1bffcae51d32.
This commit is contained in:
+1
-1
@@ -330,7 +330,7 @@ dns_lowac_create(isc_mem_t *mctx) {
|
||||
if (ck_ht_init(&lowac->ht,
|
||||
CK_HT_MODE_BYTESTRING | CK_HT_WORKLOAD_DELETE,
|
||||
ht_hash_wrapper,
|
||||
&my_allocator, 100000, isc_random32()) == false) {
|
||||
&my_allocator, 32, isc_random32()) == false) {
|
||||
abort();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user