JaroslavTulach commented on a change in pull request #503: #270005: increase 
the default indexing sleep delay during builds to 15s, and make it configurable
URL: https://github.com/apache/incubator-netbeans/pull/503#discussion_r181956454
 
 

 ##########
 File path: 
maven/src/org/netbeans/modules/maven/execute/AbstractOutputHandler.java
 ##########
 @@ -66,7 +66,7 @@
     private IndexingBridge.Lock protectedMode; // #211005
     private final Object protectedModeLock = new Object();
     private RequestProcessor.Task sleepTask;
-    private static final int SLEEP_DELAY = 5000;
+    private static final int SLEEP_DELAY = 
Integer.getInteger(AbstractOutputHandler.class.getName() + ".SLEEP_DELAY", 
15000); // #270005
 
 Review comment:
   This property shall be documented in `arch.xml` document - `<api 
category="systemproperty" ..../>` - at least that used to be our habit before 
switching to Apache.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to