You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2009/01/27 20:36:35 UTC

svn commit: r738200 - /qpid/trunk/qpid/cpp/src/qpid/cluster/ClusterPlugin.cpp

Author: aconway
Date: Tue Jan 27 19:36:35 2009
New Revision: 738200

URL: http://svn.apache.org/viewvc?rev=738200&view=rev
Log:
Change --cluster-mcast-max default to 0.

Modified:
    qpid/trunk/qpid/cpp/src/qpid/cluster/ClusterPlugin.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/cluster/ClusterPlugin.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/cluster/ClusterPlugin.cpp?rev=738200&r1=738199&r2=738200&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/cluster/ClusterPlugin.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/cluster/ClusterPlugin.cpp Tue Jan 27 19:36:35 2009
@@ -54,7 +54,7 @@
     bool quorum;
     size_t readMax, writeEstimate, mcastMax;
 
-    ClusterValues() : quorum(false), readMax(10), writeEstimate(64), mcastMax(10) {}
+    ClusterValues() : quorum(false), readMax(10), writeEstimate(64), mcastMax(0) {}
   
     Url getUrl(uint16_t port) const {
         if (url.empty()) return Url::getIpAddressesUrl(port);



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org