We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ae6fe commit f0091f5Copy full SHA for f0091f5
pkg/snclient/task_check_system.go
@@ -16,7 +16,7 @@ import (
16
17
const (
18
// DefaultSystemMetricsMeasureInterval sets the ticker measuring the CPU counter
19
- DefaultSystemMetricsMeasureInterval = 1 * time.Second
+ DefaultSystemMetricsMeasureInterval = 50 * time.Millisecond
20
)
21
22
// DefaultSystemTaskConfig sets defaults for windows and unix system task
0 commit comments