File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ type Config struct {
7272 // PullGossipThrottlingPeriod is how large of a window the throttler should
7373 // use.
7474 PullGossipThrottlingPeriod time.Duration `json:"pull-gossip-throttling-period"`
75- // PullGossipThrottlingLimit is the number of pull querys that are allowed
75+ // PullGossipThrottlingLimit is the number of pull queries that are allowed
7676 // by a validator in every throttling window.
7777 PullGossipThrottlingLimit int `json:"pull-gossip-throttling-limit"`
7878 // ExpectedBloomFilterElements is the number of elements to expect when
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ type Network struct {
7272 // PullGossipThrottlingPeriod is how large of a window the throttler should
7373 // use.
7474 PullGossipThrottlingPeriod time.Duration `json:"pull-gossip-throttling-period"`
75- // PullGossipThrottlingLimit is the number of pull querys that are allowed
75+ // PullGossipThrottlingLimit is the number of pull queries that are allowed
7676 // by a validator in every throttling window.
7777 PullGossipThrottlingLimit int `json:"pull-gossip-throttling-limit"`
7878 // ExpectedBloomFilterElements is the number of elements to expect when
You can’t perform that action at this time.
0 commit comments