summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java14
1 files changed, 0 insertions, 14 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 0b33bf8a0b8..9acffe58cc1 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -358,20 +358,6 @@ public class Flags {
"Triggers restart, takes effect immediately",
ZONE_ID, APPLICATION_ID);
- public static final UnboundBooleanFlag USE_FILE_DISTRIBUTION_CONNECTION_POOL = defineFeatureFlag(
- "use-file-distribution-connection-pool", true,
- List.of("hmusum"), "2021-11-16", "2021-12-16",
- "Whether to use FileDistributionConnectionPool instead of JRTConnectionPool for file downloads",
- "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",