Update selector_task.go
This commit is contained in:
parent
a5c05f87f1
commit
b5d2f01993
2
extern/sector-storage/selector_task.go
vendored
2
extern/sector-storage/selector_task.go
vendored
@ -45,4 +45,4 @@ func (s *taskSelector) Cmp(ctx context.Context, _ sealtasks.TaskType, a, b *work
|
|||||||
return a.utilization() < b.utilization(), nil
|
return a.utilization() < b.utilization(), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ WorkerSelector = &allocSelector{}
|
var _ WorkerSelector = &taskSelector{}
|
||||||
|
Loading…
Reference in New Issue
Block a user