1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00
This commit is contained in:
2020-05-04 00:52:27 +08:00
parent 9ab8b7d8d2
commit 462d251bfb
2 changed files with 1 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ func (pool *ResourcePool) getNodePool(name string) int {
/* save pool status periodically */
func (pool *ResourcePool) saveStatusHistory() {
/* waiting for data */
time.Sleep(time.Second * 30)
//time.Sleep(time.Second * 30)
for {
summary := PoolStatus{}