From f689db69dba7895225d65989f5bfc5ed88aed3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= Date: Wed, 17 Oct 2018 19:06:06 +0000 Subject: [PATCH] Revert "Test: initial LOWAC capacity at 100k" This reverts commit 0e52562e4eea06a4c1764ece09bc1bffcae51d32. --- lib/dns/lowac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/lowac.c b/lib/dns/lowac.c index 7eed0add10..8ec2510355 100644 --- a/lib/dns/lowac.c +++ b/lib/dns/lowac.c @@ -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(); }