mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
changed defaultdialratio back
This commit is contained in:
parent
ded17d63bc
commit
6eb871702b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue