We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a10bd commit 80f095dCopy full SHA for 80f095d
rolling-shutter/p2p/params.go
@@ -19,7 +19,9 @@ func makePubSubParams(
19
gossipSubParams := &gsDefault
20
21
// modified defaults from ethereum consensus spec
22
- // https://github.com/ethereum/consensus-specs/blob/5d80b1954a4b7a121aa36143d50b366727b66cbc/specs/phase0/p2p-interface.md#why-are-these-specific-gossip-parameters-chosen //nolint:lll
+
23
+ //nolint:lll
24
+ // https://github.com/ethereum/consensus-specs/blob/5d80b1954a4b7a121aa36143d50b366727b66cbc/specs/phase0/p2p-interface.md#why-are-these-specific-gossip-parameters-chosen
25
gossipSubParams.HeartbeatInterval = 700 * time.Millisecond
26
gossipSubParams.HistoryLength = 6
27
0 commit comments