From 7f2b1d69dd45e5df46f9de580e8196e82b9af947 Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Mon, 11 Oct 2021 11:16:58 +0200 Subject: [PATCH] Change concurrent dials from 10 to 20 (#2966) --- beacon_chain/networking/eth2_network.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/networking/eth2_network.nim b/beacon_chain/networking/eth2_network.nim index 17d47640f..5128b8979 100644 --- a/beacon_chain/networking/eth2_network.nim +++ b/beacon_chain/networking/eth2_network.nim @@ -226,7 +226,7 @@ const PeerScoreInvalidRequest* = -500 ## This peer is sending malformed or nonsensical data - ConcurrentConnections = 10 + ConcurrentConnections = 20 ## Maximum number of active concurrent connection requests. SeenTableTimeTimeout =