[jbpm-commits] JBoss JBPM SVN: r6927 - jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/org/jbpm.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 16 09:58:12 EDT 2011


Author: jcoleman at redhat.com
Date: 2011-05-16 09:58:11 -0400 (Mon, 16 May 2011)
New Revision: 6927

Modified:
   jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/org/jbpm/default.jbpm.cfg.xml
Log:
Set the default RetryInterval to 4000ms, to go with the altered retry
behaviour.

>From kconner at .


Modified: jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/org/jbpm/default.jbpm.cfg.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/org/jbpm/default.jbpm.cfg.xml	2011-05-16 13:56:34 UTC (rev 6926)
+++ jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/org/jbpm/default.jbpm.cfg.xml	2011-05-16 13:58:11 UTC (rev 6927)
@@ -109,8 +109,8 @@
       <int value="60000" />
     </property>
     <property name="retryInterval">
-      <!-- 1 second -->
-      <int value="1000" />
+      <!-- 4 seconds -->
+      <int value="4000" />
     </property>
     <property name="maxIdleInterval">
       <!-- 1 hour -->



More information about the jbpm-commits mailing list