[jboss-cvs] JBoss Messaging SVN: r4182 - trunk/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 13 08:31:15 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-05-13 08:31:15 -0400 (Tue, 13 May 2008)
New Revision: 4182

Modified:
   trunk/src/etc/jbm-configuration.xml
Log:
Reverting changes on config (done by mistake previously)

Modified: trunk/src/etc/jbm-configuration.xml
===================================================================
--- trunk/src/etc/jbm-configuration.xml	2008-05-13 12:22:16 UTC (rev 4181)
+++ trunk/src/etc/jbm-configuration.xml	2008-05-13 12:31:15 UTC (rev 4182)
@@ -21,8 +21,8 @@
       
       <remoting-host>localhost</remoting-host>
 
-      <!--  timeout in milliseconds -->
-      <remoting-timeout>5000</remoting-timeout>
+      <!--  timeout in seconds -->
+      <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 -->
@@ -68,9 +68,9 @@
       <journal-sync>true</journal-sync>
       
       <!-- 10 MB journal file size -->
-      <journal-file-size>104857600</journal-file-size>
+      <journal-file-size>10485760</journal-file-size>
       
-      <journal-min-files>2</journal-min-files>
+      <journal-min-files>10</journal-min-files>
       
       <journal-task-period>5000</journal-task-period>
       




More information about the jboss-cvs-commits mailing list