mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 17:19:39 +00:00
Calculate missing thread has low priority
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user