Revert "Test: initial LOWAC capacity at 100k"

This reverts commit 0e52562e4eea06a4c1764ece09bc1bffcae51d32.
This commit is contained in:
Witold Kręcicki
2018-11-24 22:38:09 +00:00
parent 7b276d4062
commit f689db69db
+1 -1
View File
@@ -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();
}