From 595e2626168b80d180078e3477d0edec00274a3f Mon Sep 17 00:00:00 2001 From: Alex Aizman Date: Tue, 27 Aug 2024 17:34:33 -0400 Subject: [PATCH] follow-up * prev. commit: 7324344cd3c (high number) Signed-off-by: Alex Aizman --- stats/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats/common.go b/stats/common.go index f6edcc6f1d..ad1c1e1a5f 100644 --- a/stats/common.go +++ b/stats/common.go @@ -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