Commit d652f187 authored by szh's avatar szh

更新间隔时间

parent f8eac8b4
......@@ -38,7 +38,7 @@ func main() {
//区域网广播设备
go broadcast()
//定时监控节点
go app.CornProcessJob(time.NewTicker(time.Second*12))
go app.CornProcessJob(time.NewTicker(time.Second*30))
//定时自动更新树莓派内置程序
go app.AutoUpdate(time.NewTicker(time.Second * 50))
//go app.ClearLog(time.NewTicker(time.Hour*1))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment