remove some things

This commit is contained in:
tycho garen
2022-06-16 16:54:45 -04:00
parent 811c1c3295
commit b4561c4c7c
2 changed files with 0 additions and 16 deletions
-1
View File
@@ -500,7 +500,6 @@ func createPeerManager(
MaxConnected: maxConns,
MaxOutgoingConnections: maxConns / 2,
MaxConnectedUpgrade: maxUpgradeConns,
MaxFailedDialAttempts: 1024,
MaxPeers: maxUpgradeConns + 2*maxConns,
MinRetryTime: 250 * time.Millisecond,
MaxRetryTime: 30 * time.Minute,