pubsub: set Dout parameter to 3 (from the default of 2)

we are using a higher D value than the default, so this can be safely increased.
This commit is contained in:
vyzo 2020-06-04 00:03:31 +03:00
parent aded0706be
commit f210a6e91a

View File

@ -22,6 +22,7 @@ func init() {
// configure larger overlay parameters
pubsub.GossipSubD = 8
pubsub.GossipSubDscore = 6
pubsub.GossipSubDout = 3
pubsub.GossipSubDlo = 6
pubsub.GossipSubDhi = 12
pubsub.GossipSubDlazy = 12