summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-30 10:00:30 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-30 10:00:30 +0200
commit48175165034a2bb25ee24b7d16e7acbff0c41acd (patch)
tree40216756eb4245bae7093846e3310b00fccbb614 /flags
parenta2bb6fac145904c96943294b5b62d3c2063e5144 (diff)
GC some mbus flag no longer valid.
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java20
1 files changed, 0 insertions, 20 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 c15aa5031a1..cc6c38773cd 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -161,19 +161,6 @@ public class Flags {
"Takes effect at redeployment",
ZONE_ID, APPLICATION_ID);
- public static final UnboundBooleanFlag MBUS_DISPATCH_ON_ENCODE = defineFeatureFlag(
- "mbus-dispatch-on-encode", true,
- List.of("baldersheim"), "2022-07-01", "2023-01-01",
- "Should we use mbus threadpool on encode",
- "Takes effect at redeployment",
- ZONE_ID, APPLICATION_ID);
-
- public static final UnboundBooleanFlag MBUS_DISPATCH_ON_DECODE = defineFeatureFlag(
- "mbus-dispatch-on-decode", true,
- List.of("baldersheim"), "2022-07-01", "2023-01-01",
- "Should we use mbus threadpool on decode",
- "Takes effect at redeployment",
- ZONE_ID, APPLICATION_ID);
public static final UnboundIntFlag MBUS_JAVA_NUM_TARGETS = defineIntFlag(
"mbus-java-num-targets", 1,
@@ -212,13 +199,6 @@ public class Flags {
"Takes effect at redeployment",
ZONE_ID, APPLICATION_ID);
- public static final UnboundIntFlag MBUS_NUM_THREADS = defineIntFlag(
- "mbus-num-threads", 4,
- List.of("baldersheim"), "2022-07-01", "2023-01-01",
- "Number of threads used for mbus threadpool",
- "Takes effect at redeployment",
- ZONE_ID, APPLICATION_ID);
-
public static final UnboundIntFlag MBUS_NUM_NETWORK_THREADS = defineIntFlag(
"mbus-num-network-threads", 1,
List.of("baldersheim"), "2022-07-01", "2023-01-01",