Skip to content

Commit

Permalink
bring back maxInterval=60 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Linevych committed Jul 19, 2021
1 parent 602ae46 commit 77456e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enhanced/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Collector struct {

// Maximal and minimal metrics update interval.
const (
maxInterval = 10 * time.Second
maxInterval = 60 * time.Second
minInterval = 2 * time.Second
)

Expand Down

0 comments on commit 77456e4

Please sign in to comment.