[jboss-cvs] JBossAS SVN: r68548 - trunk/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 24 16:49:45 EST 2007


Author: bstansberry at jboss.com
Date: 2007-12-24 16:49:45 -0500 (Mon, 24 Dec 2007)
New Revision: 68548

Modified:
   trunk/tomcat/src/resources/jbossweb-cluster-beans.xml
Log:
[JBAS-5091] Increase BuddyCommunicationTimeout

Modified: trunk/tomcat/src/resources/jbossweb-cluster-beans.xml
===================================================================
--- trunk/tomcat/src/resources/jbossweb-cluster-beans.xml	2007-12-24 21:48:37 UTC (rev 68547)
+++ trunk/tomcat/src/resources/jbossweb-cluster-beans.xml	2007-12-24 21:49:45 UTC (rev 68548)
@@ -23,7 +23,7 @@
       <property name="isolationLevelString" class="java.lang.String">REPEATABLE_READ</property>
       <property name="cacheModeString">REPL_ASYNC</property>
    
-      <property name="syncReplTimeout">20000</property>
+      <property name="syncReplTimeout">17500</property>
       <property name="lockAcquisitionTimeout">15000</property>
       <property name="stateRetrievalTimeout">60000</property>
    
@@ -38,7 +38,7 @@
       		
       		<property name="enabled">true</property>
             <property name="buddyPoolName">default</property>
-            <property name="buddyCommunicationTimeout">2000</property>
+            <property name="buddyCommunicationTimeout">17500</property>
 
             <property name="autoDataGravitation">false</property>
             <property name="dataGravitationRemoveOnFind">true</property>
@@ -110,4 +110,4 @@
       
    </bean>
 	
-</deployment>
\ No newline at end of file
+</deployment>




More information about the jboss-cvs-commits mailing list