aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-03-04 06:03:01 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-03-04 06:03:10 +0000
commit93f80e9efd990d514cdf4dd34bbc7514b1f254c0 (patch)
treec28a620051c8a073130cb51c28d58ef25876e794 /config-model
parent359c5b79b75681c058a1a9987733f545ce7af71a (diff)
'thread' element is optional.
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/content.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc
index bd09902f929..ee451185415 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -64,7 +64,7 @@ PersistenceThreads = element persistence-threads {
attribute highest-priority-to-block { xsd:string } ? &
## Operations with priority better than this can block others
attribute lowest-priority-to-block-others { xsd:string } ? &
- Thread+
+ Thread*
}
MinNodeRatioPerGroup = element min-node-ratio-per-group {