From c91091197f9c1c6d6177d9db1c32d54d3f8fae69 Mon Sep 17 00:00:00 2001 From: Giovanni Petrantoni <7008900+sinkingsugar@users.noreply.github.com> Date: Fri, 11 Dec 2020 20:15:34 +0900 Subject: [PATCH] Lower gossipFactor since we default to 160 peers (#2169) And it might potentially send a bit more IHAVE messages then wanted. --- beacon_chain/eth2_network.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/beacon_chain/eth2_network.nim b/beacon_chain/eth2_network.nim index a958e6393..86f3248ee 100644 --- a/beacon_chain/eth2_network.nim +++ b/beacon_chain/eth2_network.nim @@ -1561,6 +1561,7 @@ proc createEth2Node*(rng: ref BrHmacDrbgContext, p.historyLength = 6 p.historyGossip = 3 p.seenTTL = 385.seconds + p.gossipFactor = 0.05 p.validateParameters().tryGet() p pubsub = GossipSub.init(