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 @@ -256,7 +256,7 @@ A time.ParseDuration parseable string.
256
256
257
257
Determines how often updates for new security advisories will take place.
258
258
259
- Defaults to 30 minutes .
259
+ Defaults to 6 hours .
260
260
261
261
#### ` $.matcher.disable_updaters `
262
262
A boolean value.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ type Matcher struct {
21
21
IndexerAddr string `yaml:"indexer_addr" json:"indexer_addr"`
22
22
// Period controls how often updaters are run.
23
23
//
24
- // The default is 30 minutes .
24
+ // The default is 6 hours .
25
25
Period Duration `yaml:"period,omitempty" json:"period,omitempty"`
26
26
// UpdateRetention controls the number of updates to retain between
27
27
// garbage collection periods.
You can’t perform that action at this time.
0 commit comments