Changed ECS delay to 1.1 secs

This commit is contained in:
Manindra Moharana
2014-08-11 20:37:40 +05:30
parent 63f03b0e7d
commit 63e71d6f67

View File

@@ -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