Skip to content

Commit 7696072

Browse files
committed
up window
1 parent f360807 commit 7696072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: logging/impl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717

1818
const (
1919
// Window duration over which to consider log messages "noisy."
20-
noisyMessageWindowDuration = 5 * time.Second
20+
noisyMessageWindowDuration = 10 * time.Second
2121
// Count threshold within `noisyMessageWindowDuration` after which to
2222
// consider log messages "noisy."
2323
noisyMessageCountThreshold = 3

0 commit comments

Comments
 (0)