aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/content.rnc
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2017-10-16 16:38:47 +0200
committerGeir Storli <geirst@oath.com>2017-10-16 16:40:21 +0200
commitecc2a41d6e73896122f4a761a3805cc77423b484 (patch)
tree2cc3900eae39f285b9e690ae963f252ba3cfb1a5 /config-model/src/main/resources/schema/content.rnc
parent812e7452bbbdf092f223e065e443f7d3f91db449 (diff)
Remove tuning of proton background.threads, as it is replaced by feeding.concurrency.
Diffstat (limited to 'config-model/src/main/resources/schema/content.rnc')
-rw-r--r--config-model/src/main/resources/schema/content.rnc3
1 files changed, 0 insertions, 3 deletions
diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc
index ca36375eeb0..8325a542dbd 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -354,9 +354,6 @@ Tuning = element tuning {
element initialize {
element threads { xsd:nonNegativeInteger }?
}? &
- element background {
- element threads { xsd:nonNegativeInteger }?
- }? &
element feeding {
element concurrency { xsd:double { minInclusive = "0.0" maxInclusive = "1.0" } }?
}?