summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-02-14 10:04:54 +0100
committerHarald Musum <musum@yahooinc.com>2023-02-14 10:04:54 +0100
commitd4e3baa3a88eba1ebba6b350e0f7bafcf9eea9dc (patch)
treec01388031f5790157b2abfbd2ba9c95e73d72973 /flags
parent82c8ac8c8a7747a722916ec5afb2571614632ebb (diff)
Update test and fix bug in tester code where flag source was not used
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 f609b5558e9..384fa7a4177 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
@@ -324,7 +324,7 @@ public class PermanentFlags {
public static final UnboundLongFlag CONFIG_SERVER_SESSION_EXPIRY_TIME = defineLongFlag(
// TODO: Lower to 3600, which is default session expiry time
"config-server-session-expiry-time", 3600 * 2,
- "Expiry time for remote sessions (session in ZooKeeper). Default should be equal to session lifetime, " +
+ "Expiry time in seconds for remote sessions (session in ZooKeeper). Default should be equal to session lifetime, " +
"but can be lowered if there are incidents/bugs where one needs to delete sessions",
"Takes effect immediately",
ZONE_ID