aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2022-07-05 19:48:26 +0200
committerGitHub <noreply@github.com>2022-07-05 19:48:26 +0200
commit787c43c5361e11fdc9f86ec47a722f3941442837 (patch)
treeb7211f046f4d846b66149decf58bfa56ce6dbb5d /config-model/src/main/resources
parente9bc0150adc5bb151bba0da69cb28fbe6bda145d (diff)
Revert "Revert "Revert "GC long gone config"""
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/docproc.rnc2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-model/src/main/resources/schema/docproc.rnc b/config-model/src/main/resources/schema/docproc.rnc
index 42902f7180f..1e7e28b2002 100644
--- a/config-model/src/main/resources/schema/docproc.rnc
+++ b/config-model/src/main/resources/schema/docproc.rnc
@@ -22,7 +22,6 @@ DocProcV3 = attribute version { "3.0" },
GenericConfig*
)
-# TODO Here we need a thorough cleaning
DocprocClusterAttributes = attribute compressdocuments { xsd:boolean }? &
attribute numnodesperclient { xsd:positiveInteger }? &
attribute preferlocalnode { xsd:boolean }? &
@@ -33,7 +32,6 @@ DocprocClusterAttributes = attribute compressdocuments { xsd:boolean }? &
attribute documentexpansionfactor { xsd:double { minExclusive = "0.0" } }? &
attribute containercorememory { xsd:nonNegativeInteger }?
-# TODO Here we need a thorough cleaning
ClusterV3 = element cluster {
attribute name { xsd:NCName } &
DocprocClusterAttributes? &