Skip to content

Commit f0091f5

Browse files
author
Niklas Empt
committed
de crease sytem check interval for debugging
1 parent 41ae6fe commit f0091f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/snclient/task_check_system.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
const (
1818
// DefaultSystemMetricsMeasureInterval sets the ticker measuring the CPU counter
19-
DefaultSystemMetricsMeasureInterval = 1 * time.Second
19+
DefaultSystemMetricsMeasureInterval = 50 * time.Millisecond
2020
)
2121

2222
// DefaultSystemTaskConfig sets defaults for windows and unix system task

0 commit comments

Comments
 (0)