You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2019/10/31 18:24:02 UTC

[qpid-dispatch] 02/05: DISPATCH-1409 - Reduce the batch size for batched management queries to account for the increased number of attributes in the link entity type.

This is an automated email from the ASF dual-hosted git repository.

tross pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git

commit abda6a8de0d4838cb022e686c35af8471a194f3b
Author: Ted Ross <tr...@redhat.com>
AuthorDate: Wed Oct 30 16:25:30 2019 -0400

    DISPATCH-1409 - Reduce the batch size for batched management queries to account for the increased number of attributes in the link entity type.
---
 python/qpid_dispatch/management/client.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/qpid_dispatch/management/client.py b/python/qpid_dispatch/management/client.py
index b2a16f2..3fc8364 100644
--- a/python/qpid_dispatch/management/client.py
+++ b/python/qpid_dispatch/management/client.py
@@ -236,8 +236,8 @@ class Node(object):
         # too many rows. So, as a safety we are going to ask only for
         # MAX_ALLOWED_COUNT_PER_REQUEST. Since this is used by both qdstat
         # and qdmanage, we have determined that the optimal value for
-        # MAX_ALLOWED_COUNT_PER_REQUEST is 700
-        MAX_ALLOWED_COUNT_PER_REQUEST = 700
+        # MAX_ALLOWED_COUNT_PER_REQUEST is 500
+        MAX_ALLOWED_COUNT_PER_REQUEST = 500
 
         response_results = []
         response_attr_names = []


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