Commit 25464140 authored by Tsaiilin's avatar Tsaiilin

取消主动check

parent d10b5be1
...@@ -20,7 +20,7 @@ type ClusterClient struct { ...@@ -20,7 +20,7 @@ type ClusterClient struct {
} }
func (c *ClusterClient) Start() { func (c *ClusterClient) Start() {
c.check() //c.check()
_ = taskPool.Submit(func() { _ = taskPool.Submit(func() {
var timer = time.NewTimer(5 * time.Minute) var timer = time.NewTimer(5 * time.Minute)
for { for {
......
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