mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-31 20:36:13 +00:00
remove some things
This commit is contained in:
@@ -231,7 +231,6 @@ func createPeerManager(
|
||||
MaxConnected: maxConns,
|
||||
MaxOutgoingConnections: maxConns / 2,
|
||||
MaxConnectedUpgrade: maxUpgradeConns,
|
||||
MaxFailedDialAttempts: 1024,
|
||||
MaxPeers: maxUpgradeConns + 2*maxConns,
|
||||
MinRetryTime: 250 * time.Millisecond,
|
||||
MaxRetryTime: 30 * time.Minute,
|
||||
|
||||
Reference in New Issue
Block a user