[jboss-cvs] JBossAS SVN: r68552 - branches/Branch_4_2/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 24 17:30:37 EST 2007


Author: bstansberry at jboss.com
Date: 2007-12-24 17:30:37 -0500 (Mon, 24 Dec 2007)
New Revision: 68552

Modified:
   branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml
Log:
[JBAS-5091] Increase BuddyCommunicationTimeout

Modified: branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml
===================================================================
--- branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml	2007-12-24 22:28:18 UTC (rev 68551)
+++ branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml	2007-12-24 22:30:37 UTC (rev 68552)
@@ -202,7 +202,7 @@
             Number of milliseconds to wait until all responses for a
             synchronous call have been received.
         -->
-        <attribute name="SyncReplTimeout">20000</attribute>
+        <attribute name="SyncReplTimeout">17500</attribute>
 
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
@@ -238,7 +238,7 @@
                 </buddyLocatorProperties>
 
                 <buddyPoolName>default</buddyPoolName>
-                <buddyCommunicationTimeout>2000</buddyCommunicationTimeout>
+                <buddyCommunicationTimeout>17500</buddyCommunicationTimeout>
 
                 <autoDataGravitation>false</autoDataGravitation>
                 <dataGravitationRemoveOnFind>true</dataGravitationRemoveOnFind>




More information about the jboss-cvs-commits mailing list