removing this todo after discussion (#46027)

pull/6/head
Yassine TIJANI 2017-05-23 13:34:14 +02:00
parent 8bee44b65f
commit a348a4e881
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ func PrioritizeNodes(
// Summarize all scores.
result := make(schedulerapi.HostPriorityList, 0, len(nodes))
// TODO: Consider parallelizing it.
for i := range nodes {
result = append(result, schedulerapi.HostPriority{Host: nodes[i].Name, Score: 0})
for j := range priorityConfigs {