Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac committed May 31, 2024
1 parent b1a10bd commit 80f095d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rolling-shutter/p2p/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ func makePubSubParams(
gossipSubParams := &gsDefault

// modified defaults from ethereum consensus spec
// https://github.com/ethereum/consensus-specs/blob/5d80b1954a4b7a121aa36143d50b366727b66cbc/specs/phase0/p2p-interface.md#why-are-these-specific-gossip-parameters-chosen //nolint:lll

//nolint:lll
// https://github.com/ethereum/consensus-specs/blob/5d80b1954a4b7a121aa36143d50b366727b66cbc/specs/phase0/p2p-interface.md#why-are-these-specific-gossip-parameters-chosen
gossipSubParams.HeartbeatInterval = 700 * time.Millisecond
gossipSubParams.HistoryLength = 6

Expand Down

0 comments on commit 80f095d

Please sign in to comment.