Disabled debugEDT flag

This commit is contained in:
nathan 2017-11-15 20:20:15 +01:00
parent 801a7f3e67
commit c1520e1533

View File

@ -53,7 +53,7 @@ class GtkEventDispatch {
private static Thread gtkUpdateThread = null; private static Thread gtkUpdateThread = null;
// when debugging the EDT, we need a longer timeout. // when debugging the EDT, we need a longer timeout.
private static final boolean debugEDT = true; private static final boolean debugEDT = false;
// timeout is in seconds // timeout is in seconds
private static final int TIMEOUT = debugEDT ? 10000000 : 2; private static final int TIMEOUT = debugEDT ? 10000000 : 2;