[jboss-cvs] JBoss Messaging SVN: r4252 - trunk/src/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 20 04:57:54 EDT 2008


Author: jmesnil
Date: 2008-05-20 04:57:54 -0400 (Tue, 20 May 2008)
New Revision: 4252

Modified:
   trunk/src/config/jbm-configuration.xml
Log:
set remoting-timeout to 5 seconds

Modified: trunk/src/config/jbm-configuration.xml
===================================================================
--- trunk/src/config/jbm-configuration.xml	2008-05-20 08:28:18 UTC (rev 4251)
+++ trunk/src/config/jbm-configuration.xml	2008-05-20 08:57:54 UTC (rev 4252)
@@ -22,7 +22,7 @@
       <remoting-host>localhost</remoting-host>
 
       <!--  timeout in seconds -->
-      <remoting-timeout>50000</remoting-timeout>
+      <remoting-timeout>5</remoting-timeout>
       
       <!-- true to disable invm communication when the client and the server are in the same JVM.     -->
       <!-- it is not allowed to disable invm communication when the remoting-transport is set to INVM -->




More information about the jboss-cvs-commits mailing list