Skip to content

Commit

Permalink
up window
Browse files Browse the repository at this point in the history
  • Loading branch information
benjirewis committed Dec 11, 2024
1 parent 40ab5db commit ca6923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
// Window duration over which to consider log messages "noisy."
noisyMessageWindowDuration = 5 * time.Second
noisyMessageWindowDuration = 10 * time.Second
// Count threshold within `noisyMessageWindowDuration` after which to
// consider log messages "noisy."
noisyMessageCountThreshold = 3
Expand Down

0 comments on commit ca6923b

Please sign in to comment.