You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2016/03/23 17:50:23 UTC

svn commit: r1736349 - /uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties

Author: cwiklik
Date: Wed Mar 23 16:50:23 2016
New Revision: 1736349

URL: http://svn.apache.org/viewvc?rev=1736349&view=rev
Log:
UIMA-4875 change default JP sleep time to 60000

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties?rev=1736349&r1=1736348&r2=1736349&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties Wed Mar 23 16:50:23 2016
@@ -512,10 +512,10 @@ ducc.process.uima.as.container.class = o
 # The container is instantiated with classes from a System classloader.
 ducc.process.uima.container.class = org.apache.uima.ducc.user.jp.UimaProcessContainer
 
-# define the sleep time for JP to use when JD sends empty CAS. In this case the
+# define the sleep time (millis) for JP to use when JD sends empty CAS. In this case the
 # JD's CR has processed its collection. The JP threads need to slow down sending
 # requests
-ducc.process.thread.sleep.time=3000
+ducc.process.thread.sleep.time=60000
 
 # Custom Flow Controller to use for Ducc Job Processes that don't provide a process_DD descriptor
 ducc.flow-controller.specifier=org.apache.uima.ducc.FlowController