[jboss-cvs] JBoss Messaging SVN: r4302 - trunk/src/config.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue May 27 05:40:08 EDT 2008
Author: ataylor
Date: 2008-05-27 05:40:08 -0400 (Tue, 27 May 2008)
New Revision: 4302
Modified:
trunk/src/config/jbm-configuration.xml
Log:
set timeout back to 5 secs
Modified: trunk/src/config/jbm-configuration.xml
===================================================================
--- trunk/src/config/jbm-configuration.xml 2008-05-27 09:22:30 UTC (rev 4301)
+++ trunk/src/config/jbm-configuration.xml 2008-05-27 09:40:08 UTC (rev 4302)
@@ -22,7 +22,7 @@
<remoting-host>localhost</remoting-host>
<!-- timeout in seconds -->
- <remoting-timeout>5000</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