Skip to content

Commit

Permalink
follow-up
Browse files Browse the repository at this point in the history
* prev. commit: 7324344 (high number)

Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Aug 27, 2024
1 parent 8d6f47f commit 595e262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (
const (
ngrHighTime = 10 * time.Minute // log a warning if the number of goroutines remains high
ngrExtremeTime = 5 * time.Minute // when more then twice the maximum (below)
lshiftGorHigh = 6 // max expressed as left shift of the num CPUs
lshiftGorHigh = 8 // max expressed as left shift of the num CPUs
)

// [naming convention] error counter prefixes
Expand Down

0 comments on commit 595e262

Please sign in to comment.