[jboss-cvs] JBoss Messaging SVN: r7395 - trunk/src/main/org/jboss/messaging/core/asyncio/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 18 17:54:40 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-06-18 17:54:40 -0400 (Thu, 18 Jun 2009)
New Revision: 7395

Modified:
   trunk/src/main/org/jboss/messaging/core/asyncio/impl/TimedBuffer.java
Log:
Tweak

Modified: trunk/src/main/org/jboss/messaging/core/asyncio/impl/TimedBuffer.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/asyncio/impl/TimedBuffer.java	2009-06-18 20:31:55 UTC (rev 7394)
+++ trunk/src/main/org/jboss/messaging/core/asyncio/impl/TimedBuffer.java	2009-06-18 21:54:40 UTC (rev 7395)
@@ -54,7 +54,7 @@
    private TimedBufferObserver bufferObserver;
    
    // Some kernels don't have good resolutions on timers.. I've set this to disabled.. we may decide later
-   private static final boolean USE_NATIVE_TIMERS = true;
+   private static final boolean USE_NATIVE_TIMERS = false;
 
    // This is used to pause and resume the timer
    // This is a reusable Latch, that uses java.util.concurrent base classes




More information about the jboss-cvs-commits mailing list