From b34da54c1947a3ff01d048c5cc1bc03f00076766 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Mon, 19 Jun 2023 15:07:23 +0200 Subject: [PATCH] override bucketIpLimit for local tests Signed-off-by: Csaba Kiraly --- tests/dht/test_helper.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dht/test_helper.nim b/tests/dht/test_helper.nim index 89f5797..9dce147 100644 --- a/tests/dht/test_helper.nim +++ b/tests/dht/test_helper.nim @@ -31,7 +31,7 @@ proc initDiscoveryNode*( previousRecord = none[SignedPeerRecord]()): discv5_protocol.Protocol = # set bucketIpLimit to allow bucket split - let config = DiscoveryConfig.init(1000, 24, 5) + let config = DiscoveryConfig.init(10000, 10000, 5) let protocol = newProtocol( privKey,