You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2017/09/27 18:20:52 UTC

qpid-dispatch git commit: DISPATCH-841 - Set the default limit on qdstat to 100

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master c77203e6f -> 7817694e2


DISPATCH-841 - Set the default limit on qdstat to 100


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

Branch: refs/heads/master
Commit: 7817694e24bab0be33edd0512204f96bf98aeb1e
Parents: c77203e
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Wed Sep 27 14:20:33 2017 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Wed Sep 27 14:20:33 2017 -0400

----------------------------------------------------------------------
 tools/qdstat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/7817694e/tools/qdstat
----------------------------------------------------------------------
diff --git a/tools/qdstat b/tools/qdstat
index 2e08c2e..7b2f5fa 100755
--- a/tools/qdstat
+++ b/tools/qdstat
@@ -55,8 +55,8 @@ def parse_args(argv):
 
     # This limit can be used to limit the number of output rows and can be used in conjunction with options
     # like -c, -l, -a, --autolinks, --linkroutes and --log.
-    # By default, the limit is set to 1000 rows.
-    parser.add_option("--limit", help="Limit number of output rows", type="int", default=1000)
+    # By default, the limit is set to 100 rows.
+    parser.add_option("--limit", help="Limit number of output rows", type="int", default=100)
 
     opts, args = parser.parse_args(args=argv)
 


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