Skip to content

Commit

Permalink
Update config json schema
Browse files Browse the repository at this point in the history
Fixes #256
  • Loading branch information
moebiusband73 committed Dec 3, 2024
1 parent 8a10b69 commit 907e80a
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 414 deletions.
2 changes: 1 addition & 1 deletion pkg/schema/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type ResampleConfig struct {
type CronFrequency struct {
// Duration Update Worker [Defaults to '5m']
DurationWorker string `json:"duration-worker"`
// Metric- and Energy Footprint Update Worker [Defaults to '10m']
// Metric-Footprint Update Worker [Defaults to '10m']
FootprintWorker string `json:"footprint-worker"`
}

Expand Down
Loading

0 comments on commit 907e80a

Please sign in to comment.