Commit a6e4bd4c authored by duanjinfei's avatar duanjinfei

update monitor node manager client time ticker

parent b7f02a75
......@@ -71,7 +71,7 @@ func StartMonitor() {
}
log.Info("Monitoring node manager client thread start......")
ticker := time.NewTicker(time.Second * 1)
ticker := time.NewTicker(time.Second * 5)
for {
select {
case <-ticker.C:
......
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