From 38fe6c6fc67f2ab49c4952b9ef27ddfd39abb297 Mon Sep 17 00:00:00 2001 From: zhangwei <894646498@qq.com> Date: Fri, 16 Jun 2023 08:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=94=E7=A4=BA=E7=8E=AF=E5=A2=83=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E7=9B=91=E6=8E=A7=E6=95=B0=E6=8D=AE=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f911a26..f8ea460 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ func main() { router := app.InitRouter() c := cron.New() app.QueryNodeEdgeInfo(c) - app.SyncMonitor(c) + //app.SyncMonitor(c) c.Start() go app.Watch() _ = router.Run(":8082")