Skip to content

Commit 53d0be1

Browse files
committed
[yt/admin/cms] Stylefix docstring.
commit_hash:aaf9334602514cc06c86d57bbb90a6a50b8836b7
1 parent 1775962 commit 53d0be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cms/missing_chunks_throttler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const (
1414

1515
type MissingChunksThrottlerConfig struct {
1616
BlockSize time.Duration `yaml:"block_size"`
17-
// maxFailurePeriod is a maximum time since the last successful period of time (of BlockSize duration)
17+
// MaxFailurePeriod is a maximum time since the last successful period of time (of BlockSize duration)
1818
// without check errors.
1919
MaxFailurePeriod time.Duration `yaml:"max_failure_period"`
2020
}

0 commit comments

Comments
 (0)