reraise GossipSubPrunePeers to 16
so that bootstrappers can give us a good enough chunk of peers to connect to.
This commit is contained in:
parent
71ab9c1d73
commit
adad40c764
@ -46,7 +46,7 @@ var (
|
||||
GossipSubFanoutTTL = 60 * time.Second
|
||||
|
||||
// number of peers to include in prune Peer eXchange
|
||||
GossipSubPrunePeers = 6
|
||||
GossipSubPrunePeers = 16
|
||||
|
||||
// backoff time for pruned peers
|
||||
GossipSubPruneBackoff = time.Minute
|
||||
|
Loading…
x
Reference in New Issue
Block a user