summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-05-27 14:17:32 +0200
committerMartin Polden <mpolden@mpolden.no>2021-05-27 14:17:32 +0200
commit33d8403731945563c1d011f88475579a9bb9d3a2 (patch)
tree4cb01e210e59b4b0cd6af67e402234bb496a1b86 /flags
parent7e293bf5a38917233801a816ea15282c6d09e11b (diff)
Fix descriptions
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 ff5aa450bb1..c052ccc5ffc 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -256,7 +256,7 @@ public class Flags {
"max-encrypting-hosts", 0,
List.of("mpolden", "hakonhall"), "2021-05-27", "2021-10-01",
"The maximum number of hosts allowed to encrypt their disk concurrently",
- "Takes effect immediately, but any currently encrypting hosts will not be cancelled when reducing the limit");
+ "Takes effect on next run of HostEncrypter, but any currently encrypting hosts will not be cancelled when reducing the limit");
/** WARNING: public for testing: All flags should be defined in {@link Flags}. */
public static UnboundBooleanFlag defineFeatureFlag(String flagId, boolean defaultValue, List<String> owners,