From 2e958af105d5cb992fc69c3969b9ccccd330ea40 Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Fri, 13 Jan 2012 18:22:40 +0000 Subject: 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 --- cpp/src/qpid/cluster/Connection.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/qpid/cluster/Connection.cpp') 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); -- cgit v1.2.1