aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-05-31 08:46:07 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-05-31 08:46:07 +0000
commit6ce5a7beaf8030f02ac6df16943fc6e6447d1ab0 (patch)
tree64b4aff026e09e8e4f9d6548592ee9b57d19b13f
parent5671f1eb0d1f84387971a0b0dcb105ee9947a61e (diff)
October has 31 days.
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java4
1 files changed, 2 insertions, 2 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 5f19c6c6e0c..abff6fcd4c6 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -317,14 +317,14 @@ public class Flags {
public static final UnboundBooleanFlag SORT_BLUEPRINTS_BY_COST = defineFeatureFlag(
"sort-blueprints-by-cost", false,
- List.of("baldersheim"), "2023-12-19", "2024-09-31",
+ List.of("baldersheim"), "2023-12-19", "2024-10-31",
"If true blueprints are sorted based on cost estimate, rather that absolute estimated hits",
"Takes effect at redeployment",
INSTANCE_ID);
public static final UnboundBooleanFlag ALWAYS_MARK_PHRASE_EXPENSIVE = defineFeatureFlag(
"always-mark-phrase-expensive", false,
- List.of("baldersheim"), "2023-11-20", "2024-09-31",
+ List.of("baldersheim"), "2023-11-20", "2024-10-31",
"If true all phrases will be marked expensive, independent of parents",
"Takes effect at redeployment",
INSTANCE_ID);