reraise GossipSubPrunePeers to 16

so that bootstrappers can give us a good enough chunk of peers to connect to.
This commit is contained in:
vyzo 2020-03-27 11:52:36 +02:00
parent 71ab9c1d73
commit adad40c764

View File

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