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

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


The following commit(s) were added to refs/heads/master by this push:
     new e17162d  NO-JIRA: fix cut-paste error in vhost/maxConnectionPerHost 
schema description
e17162d is described below

commit e17162dc38eba6f459006b54171ea8a6467f7ff1
Author: Chuck Rolke <[email protected]>
AuthorDate: Tue Nov 12 09:39:10 2019 -0500

    NO-JIRA: fix cut-paste error in vhost/maxConnectionPerHost schema 
description
---
 python/qpid_dispatch/management/qdrouter.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/qpid_dispatch/management/qdrouter.json 
b/python/qpid_dispatch/management/qdrouter.json
index 79c98cf..2ee4c94 100644
--- a/python/qpid_dispatch/management/qdrouter.json
+++ b/python/qpid_dispatch/management/qdrouter.json
@@ -1976,7 +1976,7 @@
                 },
                 "maxConnectionsPerHost": {
                     "type": "integer",
-                    "description": "Optional maximum number of connections 
that may be created by users in this group. This value, if specified, overrides 
the vhost maxConnectionsPerUser value",
+                    "description": "Optional maximum number of concurrent 
connections allowed for any remote host by users in this group. This value, if 
specified, overrides the vhost maxConnectionsPerHost value",
                     "required": false,
                     "create": false
                 },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to