make it faster
the same thing as smp and chipmunkproxy
This commit is contained in:
parent
b3dcef2232
commit
6a06c8589d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class RainbowName {
|
|||
if (timer != null) cleanup();
|
||||
|
||||
timer = new Timer();
|
||||
timer.schedule(task, 0, 75);
|
||||
timer.schedule(task, 0, 50);
|
||||
}
|
||||
|
||||
private String[] generateColorCodes(int length) {
|
||||
|
|
Loading…
Reference in a new issue