summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorEirik Nygaard <eirik.nygaard@yahooinc.com>2022-09-30 10:11:44 +0200
committerEirik Nygaard <eirik.nygaard@yahooinc.com>2022-09-30 10:11:44 +0200
commitad33f1db48912558c6229c9676fc7d77880ca184 (patch)
tree40c068c01b70ab4045dbbc1ec27e30574c5628c4 /flags
parenta2bb6fac145904c96943294b5b62d3c2063e5144 (diff)
Extend dispatch notifications
Support for email verification is work in progress
Diffstat (limited to 'flags')
-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 c15aa5031a1..dfd9bfe7d39 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -391,7 +391,7 @@ public class Flags {
public static final UnboundBooleanFlag NOTIFICATION_DISPATCH_FLAG = defineFeatureFlag(
"dispatch-notifications", false,
- List.of("enygaard"), "2022-05-02", "2022-09-30",
+ List.of("enygaard"), "2022-05-02", "2022-12-30",
"Whether we should send notification for a given tenant",
"Takes effect immediately",
TENANT_ID);