You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2013/10/15 14:42:08 UTC

svn commit: r1532309 - /qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp

Author: gsim
Date: Tue Oct 15 12:42:08 2013
New Revision: 1532309

URL: http://svn.apache.org/r1532309
Log:
QPID-5233: match default sender capacity to that for 0-10 codepath

Modified:
    qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp?rev=1532309&r1=1532308&r2=1532309&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp Tue Oct 15 12:42:08 2013
@@ -44,7 +44,7 @@ SenderContext::SenderContext(pn_session_
   : name(n),
     address(a),
     helper(address),
-    sender(pn_sender(session, n.c_str())), capacity(1000), unreliable(helper.isUnreliable()) {}
+    sender(pn_sender(session, n.c_str())), capacity(50), unreliable(helper.isUnreliable()) {}
 
 SenderContext::~SenderContext()
 {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org