Commit 7ae29df7 authored by vicotor's avatar vicotor

update

parent d036bf25
......@@ -169,7 +169,7 @@ func (wm *WorkerManager) AddNewWorker(id int64, worker omanager.NodeManagerServi
}
w.latestNmValue = wm.LastNmValue(w)
taskCache, err := lru.NewARC(100)
taskCache, err := lru.NewARC(10000)
if err != nil {
return nil, err
}
......
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