[jboss-cvs] JBoss Messaging SVN: r5632 - branches/Branch_1_4/integration/EAP4/etc/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 13 22:05:13 EST 2009


Author: gaohoward
Date: 2009-01-13 22:05:13 -0500 (Tue, 13 Jan 2009)
New Revision: 5632

Modified:
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml
Log:
JBMESSAGING-1485
related to changes in 1482, see comment


Modified: branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml	2009-01-14 02:46:48 UTC (rev 5631)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml	2009-01-14 03:05:13 UTC (rev 5632)
@@ -39,8 +39,8 @@
                
                <!-- Periodicity of client pings. Server window by default is twice this figure -->                               
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
-               <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
-               <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
+               <attribute name="validatorPingPeriod" isParam="true">2000</attribute>
+               <attribute name="validatorPingTimeout" isParam="true">2000</attribute>
                <attribute name="registerCallbackListener">false</attribute>
 	       	       
 	            <attribute name="timeout" isParam="true">0</attribute>




More information about the jboss-cvs-commits mailing list