diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-08-17 15:38:01 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-19 12:49:56 +0200 |
commit | 3341ac467cc08ac95f937945c7502ac4a019d805 (patch) | |
tree | 1b13df9f8709d123c6fe50a9fa21d3686554e65f /infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources | |
parent | 672f0c90fdbf4b5dc60cbfaaaf262e16561fdb7a (diff) |
Make Restconf thread pools configurable
Change-Id: Ie03a1fde5181cfd8457e36d67afc2cc0c69c1e1d
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources')
-rw-r--r-- | infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json index fdfb57f9a..ba54695de 100644 --- a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json @@ -6,16 +6,26 @@ "notification-service-queue-depth": 1, + "restconf-http-enabled": "false", "restconf-root-path": "/restconf", "restconf-binding-address": "127.0.0.1", "restconf-port": 8181, + "restconf-https-enabled": "false", "restconf-https-binding-address": "0.0.0.0", "restconf-https-port": 8443, "restconf-websocket-port": 7779, + "restconf-pool-max-size": 10, + "restconf-pool-min-size": 1, + "restconf-acceptors-size": 1, + "restconf-selectors-size": 1, + "restconf-https-acceptors-size": 1, + "restconf-https-selectors-size": 1, "netconf-netty-threads": 2, + "netconf-tcp-enabled" : "true", "netconf-tcp-binding-address": "127.0.0.1", "netconf-tcp-binding-port": 7777, + "netconf-ssh-enabled" : "false", "netconf-ssh-binding-address": "0.0.0.0", "netconf-ssh-binding-port": 2831, "netconf-notification-stream-name": "honeycomb", |