mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
ECS, 3 secs feels like a decent compromise
This commit is contained in:
@@ -68,7 +68,7 @@ public class ErrorCheckerService implements Runnable{
|
||||
/**
|
||||
* Error check happens every sleepTime milliseconds
|
||||
*/
|
||||
public static final int sleepTime = 4000;
|
||||
public static final int sleepTime = 3000;
|
||||
|
||||
/**
|
||||
* The amazing eclipse ast parser
|
||||
|
||||
Reference in New Issue
Block a user