endSet for manual queue flushing

This commit is contained in:
Jesse Boyd 2017-03-11 23:23:57 +11:00
parent 338d2094ce
commit 8a5fb59a7e
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -230,6 +230,7 @@ public class SetQueue {
queue.setStage(QueueStage.NONE);
queue.runTasks();
}
queue.endSet(Settings.IMP.QUEUE.PARALLEL_THREADS > 1);
}
public FaweQueue getNextQueue() {