You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2017/04/26 18:34:36 UTC

qpid-dispatch git commit: DISPATCH-751 Changed connector's cost attribute's default value

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 682f610e0 -> a0a17f4c8


DISPATCH-751 Changed connector's cost attribute's default value


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

Branch: refs/heads/master
Commit: a0a17f4c8407e25045a5186fae1e5b8f1cbf00de
Parents: 682f610
Author: Ernest Allen <ea...@redhat.com>
Authored: Wed Apr 26 14:33:57 2017 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Wed Apr 26 14:33:57 2017 -0400

----------------------------------------------------------------------
 python/qpid_dispatch/management/qdrouter.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/a0a17f4c/python/qpid_dispatch/management/qdrouter.json
----------------------------------------------------------------------
diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json
index 92fbfe2..667c0ec 100644
--- a/python/qpid_dispatch/management/qdrouter.json
+++ b/python/qpid_dispatch/management/qdrouter.json
@@ -593,7 +593,7 @@
                 },
                 "cost": {
                     "type": "integer",
-                    "default": "1",
+                    "default": 1,
                     "required": false,
                     "create": true,
                     "description": "For the 'inter-router' role only.  This value assigns a cost metric to the inter-router connection.  The default (and minimum) value is one.  Higher values represent higher costs.  The cost is used to influence the routing algorithm as it attempts to use the path with the lowest total cost from ingress to egress."


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