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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 4 00:22:35 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-03-04 00:22:35 -0500 (Wed, 04 Mar 2009)
New Revision: 5985

Modified:
   trunk/src/config/jbm-configuration.xml
Log:
Setting NIO as the default journal, until we speed up native buffers creation

Modified: trunk/src/config/jbm-configuration.xml
===================================================================
--- trunk/src/config/jbm-configuration.xml	2009-03-04 03:34:21 UTC (rev 5984)
+++ trunk/src/config/jbm-configuration.xml	2009-03-04 05:22:35 UTC (rev 5985)
@@ -164,7 +164,7 @@
 
       <create-journal-dir>true</create-journal-dir>
 
-      <journal-type>ASYNCIO</journal-type>
+      <journal-type>NIO</journal-type>
 
       <!-- The journal will reuse any buffers where the size < journal-buffer-reuse-size on write operations
            Set this to -1 to disable this feature -->




More information about the jboss-cvs-commits mailing list