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 e9a5b1c commit a15ed73Copy full SHA for a15ed73
rolling-shutter/p2p/params.go
@@ -19,7 +19,8 @@ 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
+ // https://github.com/ethereum/consensus-specs/blob/5d80b1954a4b7a121aa36143d50b366727b66cbc/\
23
+ // specs/phase0/p2p-interface.md#why-are-these-specific-gossip-parameters-chosen //nolint:lll
24
gossipSubParams.HeartbeatInterval = 700 * time.Millisecond
25
gossipSubParams.HistoryLength = 6
26
0 commit comments