aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-03 11:01:32 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-03 11:01:32 +0100
commitc56b3b30489a279223c9b06760f34da124b7e587 (patch)
treed6dab8062c08d3b25a8cd4f70ec09d2f694823c3 /config-model/src/main/resources
parent98ca8c25af21eb172f615e8a33ede9a7dab1f900 (diff)
Remove threadpool configuration for restapi handler
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc4
1 files changed, 1 insertions, 3 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 98ea696ceef..66438570d2f 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -219,9 +219,7 @@ DocumentApi = element document-api {
HttpClientApi?
}
-DocumentRestApi = element rest-api {
- Threadpool?
-}
+DocumentRestApi = element rest-api { empty }
HttpClientApi = element http-client-api {
Threadpool?