#49 give up a little CPU
authorKevin Lamonte <kevin.lamonte@gmail.com>
Sat, 10 Aug 2019 12:04:05 +0000 (07:04 -0500)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Sat, 10 Aug 2019 12:04:05 +0000 (07:04 -0500)
src/jexer/tterminal/ECMA48.java

index b33c785d988766c5f000877ea0a6be50969f799c..7ce95d6255e34bce8081bf2d54a23b6e92faddce 100644 (file)
@@ -723,7 +723,7 @@ public class ECMA48 implements Runnable {
                 }
                 if (n == 0) {
                     try {
-                        Thread.sleep(2);
+                        Thread.sleep(10);
                     } catch (InterruptedException e) {
                         // SQUASH
                     }