Skip to content

Commit

Permalink
Merge pull request #2326 from autumn0207/fix_metrics_internal
Browse files Browse the repository at this point in the history
fix defaultMetricsInternal variable
  • Loading branch information
volcano-sh-bot authored Jul 4, 2022
2 parents 8826496 + ef4a6fd commit 8929bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const (
// record name of mem average usage defined in prometheus rules
memUsageAvg = "mem_usage_avg"
// default interval for sync data from metrics server, the value is 5s
defaultMetricsInternal = 5
defaultMetricsInternal = 5000000000
)

func init() {
Expand Down

0 comments on commit 8929bcc

Please sign in to comment.