Bump min peeers

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2019-12-11 21:19:47 +01:00
parent f16cc0322e
commit 48f67d26ad
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -20,7 +20,7 @@ var log = logging.Logger("peermgr")
const (
MaxFilPeers = 32
MinFilPeers = 8
MinFilPeers = 12
)
type MaybePeerMgr struct {