From 6eb871702bb88e2b68e2c4b14316293153e8f238 Mon Sep 17 00:00:00 2001 From: David Theodore <29786815+infosecual@users.noreply.github.com> Date: Sat, 11 May 2024 15:58:49 +0000 Subject: [PATCH] changed defaultdialratio back --- p2p/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/server.go b/p2p/server.go index 8be7032d33..5b9a4aa71f 100644 --- a/p2p/server.go +++ b/p2p/server.go @@ -51,7 +51,7 @@ const ( // Connectivity defaults. defaultMaxPendingPeers = 50 - defaultDialRatio = 2 + defaultDialRatio = 3 // This time limits inbound connection attempts per source IP. inboundThrottleTime = 30 * time.Second