summaryrefslogtreecommitdiffstats
path: root/standalone-container/src
diff options
context:
space:
mode:
Diffstat (limited to 'standalone-container/src')
-rw-r--r--standalone-container/src/main/java/com/yahoo/container/standalone/CloudConfigInstallVariables.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone-container/src/main/java/com/yahoo/container/standalone/CloudConfigInstallVariables.java b/standalone-container/src/main/java/com/yahoo/container/standalone/CloudConfigInstallVariables.java
index 79108862163..b77325dce93 100644
--- a/standalone-container/src/main/java/com/yahoo/container/standalone/CloudConfigInstallVariables.java
+++ b/standalone-container/src/main/java/com/yahoo/container/standalone/CloudConfigInstallVariables.java
@@ -72,6 +72,7 @@ public class CloudConfigInstallVariables implements CloudConfigOptions {
return getInstallVariable("zookeeper_electionPort", Integer::parseInt);
}
+ // TODO: Remove when 7.146 is the oldest version in use
@Override
public Optional<String> payloadCompressionType() {
return getInstallVariable("payload_compression_type", Function.identity());
@@ -105,6 +106,7 @@ public class CloudConfigInstallVariables implements CloudConfigOptions {
return getInstallVariable("hosted_vespa", Boolean::parseBoolean);
}
+ // TODO: Remove when 7.146 is the oldest version in use
@Override
public Optional<Integer> numParallelTenantLoaders() {
return getInstallVariable("num_parallel_tenant_loaders", Integer::parseInt);