summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.cpp
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2012-01-13 18:22:40 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2012-01-13 18:22:40 +0000
commit2e958af105d5cb992fc69c3969b9ccccd330ea40 (patch)
tree2a66675fe1ada6a345048ce21969edfc3cb0a210 /cpp/src/qpid/cluster/Connection.cpp
parent39f068763c649f63f2c42ab19e76d4f76d612ff5 (diff)
downloadqpid-python-2e958af105d5cb992fc69c3969b9ccccd330ea40.tar.gz
QPID-3630: remove deprecated rate limiting feature
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1231221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.cpp')
-rw-r--r--cpp/src/qpid/cluster/Connection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/Connection.cpp b/cpp/src/qpid/cluster/Connection.cpp
index f77b6fc748..d81fbd0494 100644
--- a/cpp/src/qpid/cluster/Connection.cpp
+++ b/cpp/src/qpid/cluster/Connection.cpp
@@ -138,8 +138,6 @@ void Connection::init() {
else { // Shadow or catch-up connection
// Passive, discard cluster-order frames
connection->setClusterOrderOutput(nullFrameHandler);
- // Disable client throttling, done by active node.
- connection->setClientThrottling(false);
}
if (!isCatchUp())
connection->setErrorListener(this);