From 5885463bb0e3d5af9c38bbec57e35e084782415c Mon Sep 17 00:00:00 2001 From: summer <> Date: Thu, 6 Nov 2025 20:41:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(1.0):=20=E6=96=B0=E5=A2=9E=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E5=AE=9A=E6=97=B6=E6=9B=B4=E6=96=B0=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/cron/cron_start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cron/cron_start.go b/internal/cron/cron_start.go index e986372..07cb532 100644 --- a/internal/cron/cron_start.go +++ b/internal/cron/cron_start.go @@ -15,7 +15,7 @@ func (s *server) Start() { s.cron.Start() go s.taskCount.Wait() - // 每 5 分钟监控小程序状态 + // 每 10 分钟监控小程序状态 s.cron.AddFunc("0 */10 * * * ?", func() { s.taskCount.Add() defer s.taskCount.Done()