We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1775962 commit 53d0be1Copy full SHA for 53d0be1
internal/cms/missing_chunks_throttler.go
@@ -14,7 +14,7 @@ const (
14
15
type MissingChunksThrottlerConfig struct {
16
BlockSize time.Duration `yaml:"block_size"`
17
- // maxFailurePeriod is a maximum time since the last successful period of time (of BlockSize duration)
+ // MaxFailurePeriod is a maximum time since the last successful period of time (of BlockSize duration)
18
// without check errors.
19
MaxFailurePeriod time.Duration `yaml:"max_failure_period"`
20
}
0 commit comments