Calculate missing thread has low priority

This commit is contained in:
Jindra Petřík
2022-11-18 11:15:37 +01:00
parent 719cea5f60
commit 78d83110b6

View File

@@ -5050,6 +5050,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
public CalculateMissingNeededThread() {
super("calculateMissingNeededThread");
setPriority(Thread.MIN_PRIORITY);
}
private boolean recalculate = false;