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:
Owain G. Ainsworth 2013-10-14 21:56:39 +01:00
parent 3afdc43e69
commit 36c429c302

View file

@ -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"