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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 14 09:42:38 EST 2009


Author: gaohoward
Date: 2009-01-14 09:42:38 -0500 (Wed, 14 Jan 2009)
New Revision: 5637

Modified:
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml
Log:
change the remoting ping parameters back to the same as before, to make sure current tests are not affected by those.


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 12:11:07 UTC (rev 5636)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml	2009-01-14 14:42:38 UTC (rev 5637)
@@ -40,7 +40,7 @@
                <!-- Periodicity of client pings. Server window by default is twice this figure -->                               
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
                <attribute name="validatorPingPeriod" isParam="true">2000</attribute>
-               <attribute name="validatorPingTimeout" isParam="true">2000</attribute>
+               <attribute name="validatorPingTimeout" isParam="true">1000</attribute>
                <attribute name="registerCallbackListener">false</attribute>
 	       	       
 	            <attribute name="timeout" isParam="true">0</attribute>




More information about the jboss-cvs-commits mailing list