Commit b7f02a75 authored by duanjinfei's avatar duanjinfei

update monitor node manager client time ticker

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