[jboss-cvs] JBoss Messaging SVN: r4179 - trunk/docs/userguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 13 06:39:37 EDT 2008


Author: ataylor
Date: 2008-05-13 06:39:36 -0400 (Tue, 13 May 2008)
New Revision: 4179

Modified:
   trunk/docs/userguide/en/modules/configuration.xml
Log:
slight change to config

Modified: trunk/docs/userguide/en/modules/configuration.xml
===================================================================
--- trunk/docs/userguide/en/modules/configuration.xml	2008-05-13 10:18:48 UTC (rev 4178)
+++ trunk/docs/userguide/en/modules/configuration.xml	2008-05-13 10:39:36 UTC (rev 4179)
@@ -65,8 +65,8 @@
 
          <remoting-host>localhost</remoting-host>
 
-         <!--  timeout in seconds -->
-         <remoting-timeout>5</remoting-timeout>
+         <!--  timeout in milliseconds -->
+         <remoting-timeout>5000</remoting-timeout>
 
          <!-- true to disable invm communication when the client and the server are in the
          same JVM.     -->
@@ -161,7 +161,7 @@
          </listitem>
          <listitem>
             <para>remoting-timeout</para>
-            <para>The timeout setting for both client and server connections</para>
+            <para>The timeout setting, in milliseconds, for both client and server connections</para>
          </listitem>
          <listitem>
             <para>remoting-disable-invm</para>




More information about the jboss-cvs-commits mailing list