summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-07-16 14:47:04 +0200
committerHarald Musum <musum@verizonmedia.com>2021-07-16 14:47:04 +0200
commit5f9fd5633c6d063b493a8077dcf2350f54c87dde (patch)
tree46e214aa2fb510a2dc3fe224d2b93d7fd638ebb3
parente9628167e5083f2330206decbfeba6c9c85d4220 (diff)
Postpone flag expiry
Need customers to change app, this will take time...
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java2
1 files changed, 1 insertions, 1 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 4a470b7e2d2..4f4a8b6f880 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -255,7 +255,7 @@ public class Flags {
public static final UnboundBooleanFlag THROW_EXCEPTION_IF_RESOURCE_LIMITS_SPECIFIED = defineFeatureFlag(
"throw-exception-if-resource-limits-specified", false,
- List.of("hmusum"), "2021-06-07", "2021-08-07",
+ List.of("hmusum"), "2021-06-07", "2021-09-07",
"Whether to throw an exception in hosted Vespa if the application specifies resource limits in services.xml",
"Takes effect on next deployment through controller",
APPLICATION_ID);