From bf70c3a435b5198e48cd83f692796bd47e253df1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 29 Apr 2009 20:29:53 +0000 Subject: Improved & simplified cluster output algorithm. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@769914 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/ClusterPlugin.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp') diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index adb6621caf..0067de8ec1 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -74,7 +74,9 @@ struct ClusterOptions : public Options { ("cluster-read-max", optValue(settings.readMax,"N"), "Experimental: Limit per-client-connection queue of read buffers. 0=no limit.") ("cluster-write-estimate", optValue(settings.writeEstimate, "Kb"), - "Experimental: initial estimate for connection write rate per multicast cycle") + "Experimental: initial estimate for write rate per multicast cycle") + ("cluster-write-min", optValue(settings.writeMin, "Kb"), + "Experimental: minimum estimate for write rate per multicast cycle") ; } }; -- cgit v1.2.1