summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-12 21:51:41 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-12 21:51:41 +0200
commitb453d79dfadda2004a982d0ea2455e290703a218 (patch)
tree241c26e36f42e585925e3752688b112d05ecc692 /config-model
parent8cf0a6d9aa29ce579a9c2b328efe425518754e72 (diff)
Allow ZStandard compresion in xml schema too.
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 66e97e76aa4..88527951ccc 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -361,6 +361,6 @@ TuningIoOptionsLight = string "normal" | string "directio"
TuningIoOptionsFull = string "normal" | string "directio" | string "mmap" | string "mlock"
TuningCompression = element compression {
- element type { string "none" | string "lz4" }? &
+ element type { string "none" | string "lz4" | string "zstd" }? &
element level { xsd:nonNegativeInteger }?
}