Skip to content

Commit

Permalink
config: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Frost <[email protected]>
  • Loading branch information
frostmar authored and hdonnay committed Aug 15, 2023
1 parent 180fa4f commit f503d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Indexer struct {
// Indexers will index a Manifest's layers concurrently.
// This value tunes the number of layers an Indexer will scan in parallel.
LayerScanConcurrency int `yaml:"layer_scan_concurrency,omitempty" json:"layer_scan_concurrency,omitempty"`
// Rate limits the number if index report creation requests.
// Rate limits the number of index report creation requests.
//
// Setting this to 0 will attempt to auto-size this value. Setting a
// negative value means "unlimited." The auto-sizing is a multiple of the
Expand Down

0 comments on commit f503d67

Please sign in to comment.