Bump maxpeers to 125 like bitcoind.
It helps a lot if our max peers doesn't equal the max we'll try and open outbound.
This commit is contained in:
parent
3afdc43e69
commit
36c429c302
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const (
|
|||
defaultConfigFilename = "btcd.conf"
|
||||
defaultLogLevel = "info"
|
||||
defaultBtcnet = btcwire.MainNet
|
||||
defaultMaxPeers = 8
|
||||
defaultMaxPeers = 125
|
||||
defaultBanDuration = time.Hour * 24
|
||||
defaultVerifyEnabled = false
|
||||
defaultDbType = "leveldb"
|
||||
|
|
Loading…
Reference in a new issue