make it faster

the same thing as smp and chipmunkproxy
This commit is contained in:
Chayapak 2023-06-05 19:30:23 +07:00
parent b3dcef2232
commit 6a06c8589d

View file

@ -41,7 +41,7 @@ public class RainbowName {
if (timer != null) cleanup(); if (timer != null) cleanup();
timer = new Timer(); timer = new Timer();
timer.schedule(task, 0, 75); timer.schedule(task, 0, 50);
} }
private String[] generateColorCodes(int length) { private String[] generateColorCodes(int length) {