[hornetq-commits] JBoss hornetq SVN: r8164 - branches/Clebert_Sync/src/main/org/hornetq/core/replication/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 28 23:26:59 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-10-28 23:26:58 -0400 (Wed, 28 Oct 2009)
New Revision: 8164

Modified:
   branches/Clebert_Sync/src/main/org/hornetq/core/replication/impl/ReplicatedJournal.java
Log:
just a tweak

Modified: branches/Clebert_Sync/src/main/org/hornetq/core/replication/impl/ReplicatedJournal.java
===================================================================
--- branches/Clebert_Sync/src/main/org/hornetq/core/replication/impl/ReplicatedJournal.java	2009-10-29 03:22:06 UTC (rev 8163)
+++ branches/Clebert_Sync/src/main/org/hornetq/core/replication/impl/ReplicatedJournal.java	2009-10-29 03:26:58 UTC (rev 8164)
@@ -113,6 +113,8 @@
                                                   null,
                                                   replication);
       
+      // TODO: the connection used here should have a hook to enable nagling
+      
       localJournal.copyTo(proxy, new Runnable()
       {
          public void run()



More information about the hornetq-commits mailing list