summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2023-08-16 16:19:51 +0200
committerHåkon Hallingstad <hakon@yahooinc.com>2023-08-16 16:19:51 +0200
commit97ea8732e8e376239ba9e1539814fd567ef610a4 (patch)
tree8cc37a78f32a2acb9e77f7f77f245c3dfbaac8d5 /flags
parent59eaaa1824ec2f686e9763ed3ab420944112b5c2 (diff)
Enable drop-cache by default
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
index 5a791522977..08ac4233eb5 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
@@ -393,7 +393,7 @@ public class PermanentFlags {
"Takes effect immediately");
public static final UnboundBooleanFlag DROP_CACHES = defineFeatureFlag(
- "drop-caches", false,
+ "drop-caches", true,
"Drop caches on tenant hosts",
"Takes effect on next tick",
// The application ID is the exclusive application ID associated with the host,