Commit 1cf47f19 authored by vicotor's avatar vicotor

fix bug

parent 46016843
......@@ -240,7 +240,7 @@ func (w *imageWorker) distributeToInstall(models SortedModelDetailInfos, info om
mode := GreedyMode // 贪婪模式
if totalWorker < 10 {
if totalWorker > 10 {
mode = HashingMode // 散列模式
}
pendingDiskToUsed := int64(0)
......
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