演示环境关闭监控数据上传

This commit is contained in:
zhangwei 2023-06-16 08:29:48 +08:00
parent 1b62d6d8e0
commit 38fe6c6fc6
1 changed files with 1 additions and 1 deletions

View File

@ -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")