summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-08-16 16:57:19 +0200
committerGitHub <noreply@github.com>2023-08-16 16:57:19 +0200
commit4083921303e6258489852553ba29064729a0d6b0 (patch)
treeb6062c9c1a388413ba1f31a29f4f14eed2529904 /flags
parentf98d5846815ec02f44c7543a9e2c40b75e96a8ec (diff)
parent97ea8732e8e376239ba9e1539814fd567ef610a4 (diff)
Merge pull request #28067 from vespa-engine/hakonhall/enable-drop-cache-by-default
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 ba62d81afc1..b50e71154eb 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
@@ -385,7 +385,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,