From 0065543e966fcef1444a5f8f97fcb11927e597b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Thu, 18 Apr 2024 12:32:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A9=BA=E9=97=B2=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=95=B0=E6=8D=AE=E7=BC=93=E5=AD=98=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/utils/idles/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/utils/idles/run.go b/internal/utils/idles/run.go index 69cd383..0f65bfd 100644 --- a/internal/utils/idles/run.go +++ b/internal/utils/idles/run.go @@ -16,7 +16,7 @@ import ( ) const maxSamples = 7 -const cacheFile = "idles.cache" +const cacheFile = "idle_hours.cache" var hourlyLoadMap = map[int]*HourlyLoad{} var sharedMinLoadHours []int