aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-07 16:25:44 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-15 14:03:32 +0200
commitbc28d842042912b7161f5cc0d4bce44ef5e157de (patch)
tree8f3cf9a3b9cfa344ac3416aeff1277bcc88dc7a0 /config-model/src/main/resources
parent5fe6528124a2dc760e0770238d11259469eb18ca (diff)
Add TODO
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/federation.rnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/federation.rnc b/config-model/src/main/resources/schema/federation.rnc
index 6dbeb32fbb2..227bebc16ba 100644
--- a/config-model/src/main/resources/schema/federation.rnc
+++ b/config-model/src/main/resources/schema/federation.rnc
@@ -16,6 +16,8 @@ Provider =
attribute cachesize { xsd:string { pattern = "\d+(\.\d*)?\s*[kmgKMG]?" } }? &
attribute type { xsd:string }? &
attribute cluster { xsd:string }? &
+
+ # TODO Vespa 8 Remove yca concepts from services.xml syntax
attribute yca-application-id { xsd:string }? &
attribute yca-cache-ttl { xsd:string { pattern = "\d+(\.\d*)?\s*m?s" } }? &
attribute yca-cache-retry-wait { xsd:string { pattern = "\d+(\.\d*)?\s*m?s" } }? &