summaryrefslogtreecommitdiffstats
path: root/flags/src
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2021-11-25 14:20:50 +0100
committerHarald Musum <musum@yahooinc.com>2021-11-25 14:20:50 +0100
commit2e41da765e3bda5ea821956bca0c686ce3aed1e9 (patch)
treedc832e2af53c1bfb2e1d18d7d9b1f8b604a4e04e /flags/src
parent0113bccfb8667c420d5e5a3cabc2dce00c5828f2 (diff)
Rename env variable and add feature flag to be used by host-admin
Diffstat (limited to 'flags/src')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
index 22374cb5b50..89a97f3e17d 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -384,6 +384,13 @@ public class Flags {
"Takes effect on config server restart",
ZONE_ID);
+ public static final UnboundBooleanFlag CONFIG_PROXY_USE_FILE_DISTRIBUTION_CONNECTION_POOL = defineFeatureFlag(
+ "config-proxy-use-file-distribution-connection-pool", false,
+ List.of("hmusum"), "2021-11-25", "2021-12-25",
+ "Whether to use FileDistributionConnectionPool instead of JRTConnectionPool for file downloads in config proxy",
+ "Takes effect on container reboot",
+ ZONE_ID, APPLICATION_ID);
+
public static final UnboundBooleanFlag USE_V8_GEO_POSITIONS = defineFeatureFlag(
"use-v8-geo-positions", false,
List.of("arnej"), "2021-11-15", "2022-12-31",