Fix wrong priority converting
This commit is contained in:
+1
-3
@@ -99,9 +99,7 @@ public class FlowSchedScheduledTask2CUTask implements PrioritisedExecutor.Priori
|
||||
}
|
||||
|
||||
private int priority() {
|
||||
final int invertedPriority = Priority.TOTAL_SCHEDULABLE_PRIORITIES - this.priority.priority - 1;
|
||||
|
||||
return invertedPriority * 7;
|
||||
return this.priority.priority * 7;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user