[jboss-cvs] JBoss Messaging SVN: r3981 - branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 28 14:00:41 EDT 2008


Author: timfox
Date: 2008-03-28 14:00:41 -0400 (Fri, 28 Mar 2008)
New Revision: 3981

Modified:
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-bisocket-service.xml
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-sslbisocket-service.xml
Log:
Reverted timeout to zero


Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-bisocket-service.xml	2008-03-28 15:43:32 UTC (rev 3980)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-bisocket-service.xml	2008-03-28 18:00:41 UTC (rev 3981)
@@ -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="timeout" isParam="true">10000</attribute>
+	       <attribute name="timeout" isParam="true">0</attribute>
 
                <!-- Number of seconds to wait for a connection in the client pool to become free -->
                <attribute name="numberOfRetries" isParam="true">10</attribute>

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-sslbisocket-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-sslbisocket-service.xml	2008-03-28 15:43:32 UTC (rev 3980)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/remoting/remoting-sslbisocket-service.xml	2008-03-28 18:00:41 UTC (rev 3981)
@@ -38,7 +38,7 @@
                <!-- Periodicity of client pings. Server window by default is twice this figure -->                               
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
 	       
-	       <attribute name="timeout" isParam="true">10000</attribute>
+	       <attribute name="timeout" isParam="true">0</attribute>
 
                <!-- Number of seconds to wait for a connection in the client pool to become free -->
                <attribute name="numberOfRetries" isParam="true">10</attribute>




More information about the jboss-cvs-commits mailing list