mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
Changed ECS delay to 1.1 secs
This commit is contained in:
@@ -307,7 +307,7 @@ public class ErrorCheckerService implements Runnable{
|
||||
* Error checking doesn't happen before this interval has ellapsed since the
|
||||
* last runManualErrorCheck() call.
|
||||
*/
|
||||
private final static long errorCheckInterval = 2000;
|
||||
private final static long errorCheckInterval = 1100;
|
||||
|
||||
/**
|
||||
* The way the error checking happens is: DocumentListeners are added
|
||||
|
||||
Reference in New Issue
Block a user