changed defaultdialratio back

This commit is contained in:
David Theodore 2024-05-11 15:58:49 +00:00
parent ded17d63bc
commit 6eb871702b

View file

@ -51,7 +51,7 @@ const (
// Connectivity defaults. // Connectivity defaults.
defaultMaxPendingPeers = 50 defaultMaxPendingPeers = 50
defaultDialRatio = 2 defaultDialRatio = 3
// This time limits inbound connection attempts per source IP. // This time limits inbound connection attempts per source IP.
inboundThrottleTime = 30 * time.Second inboundThrottleTime = 30 * time.Second