Repository: qpid-dispatch
Updated Branches:
  refs/heads/DISPATCH-807-1 [created] ecdc75103


DISPATCH-807: Adjust sizes of q2 limits


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/ecdc7510
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/ecdc7510
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/ecdc7510

Branch: refs/heads/DISPATCH-807-1
Commit: ecdc75103d89fec10b66af0945c99dcc7eaf4337
Parents: 47be10f
Author: Chuck Rolke <cro...@redhat.com>
Authored: Fri Sep 15 10:01:54 2017 -0400
Committer: Chuck Rolke <cro...@redhat.com>
Committed: Fri Sep 15 14:47:26 2017 -0400

----------------------------------------------------------------------
 include/qpid/dispatch/message.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/ecdc7510/include/qpid/dispatch/message.h
----------------------------------------------------------------------
diff --git a/include/qpid/dispatch/message.h b/include/qpid/dispatch/message.h
index 3ad11b0..292434f 100644
--- a/include/qpid/dispatch/message.h
+++ b/include/qpid/dispatch/message.h
@@ -40,8 +40,8 @@
 // upper and lower limits for bang bang hysteresis control
 //
 // Q2 defines the number of buffers allowed in a message's buffer chain
-#define QD_QLIMIT_Q2_UPPER 128
-#define QD_QLIMIT_Q2_LOWER 120
+#define QD_QLIMIT_Q2_UPPER 256
+#define QD_QLIMIT_Q2_LOWER 128
 //
 // Q3 defines the number of bytes allowed in a session's outgoing_bytes
 #define QD_QLIMIT_Q3_UPPER (256 * 1000)


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

Reply via email to