mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-16 00:15:01 -04:00
improves responsiveness in runToBreak mode
This commit is contained in:
parent
75cf257028
commit
71e638c98f
@ -2262,7 +2262,7 @@ public final class Main extends JFrame implements ClosingWindowListener.ConfirmS
|
||||
}
|
||||
|
||||
private static final class RunToBreakRunnable implements Runnable {
|
||||
private static final int DEFAULT_TARGET_TIME_MS = 250;
|
||||
private static final int DEFAULT_TARGET_TIME_MS = 100;
|
||||
private final RunModel runModel;
|
||||
private final int targetTimeMs;
|
||||
private final Model model;
|
||||
|
Loading…
x
Reference in New Issue
Block a user