aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/content.rnc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-01-29 09:33:35 +0100
committerGitHub <noreply@github.com>2019-01-29 09:33:35 +0100
commit219a3db8bf95bc5a1fa6fb05d72fb5d2b03eba96 (patch)
tree0f3cb3bafea73213d3abcb1b239615f4b1646d7b /config-model/src/main/resources/schema/content.rnc
parent8a668436d9f014f1d47f6f10546abc9ad82073cc (diff)
parent6647262e65aac73aa9f383abd8763974f70bd220 (diff)
Merge pull request #8269 from vespa-engine/balder/tune-warmup
Add support for controlling warmup in tuning section.
Diffstat (limited to 'config-model/src/main/resources/schema/content.rnc')
-rw-r--r--config-model/src/main/resources/schema/content.rnc6
1 files changed, 5 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc
index 7848968eece..dfbcfaaac61 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -318,7 +318,11 @@ Tuning = element tuning {
element write { TuningIoOptionsLight }? &
element read { TuningIoOptionsLight }? &
element search { TuningIoOptionsFull }?
- }
+ }? &
+ element warmup {
+ element time { xsd:double { minInclusive = "0.0" } }? &
+ element unpack { xsd:boolean }?
+ }?
}? &
element attribute {
element io {