From ef964f7ec7ae2defa5eb69b954db7d4ba65b5119 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Fri, 27 Dec 2024 18:00:27 +0800 Subject: [PATCH] no message --- worldsrv/monitor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldsrv/monitor.go b/worldsrv/monitor.go index ef25742..00bb027 100644 --- a/worldsrv/monitor.go +++ b/worldsrv/monitor.go @@ -30,7 +30,7 @@ func StartMonitor() { }() return true - }), nil, time.Second*10, -1) + }), nil, time.Minute*5, -1) } // 保存变量到文件(覆盖方式)