Skip to content

Commit

Permalink
Merge pull request #33064 from vespa-engine/hmusum/remove-unused-feat…
Browse files Browse the repository at this point in the history
…ure-flag-3

Remove unused feature flag
  • Loading branch information
hakonhall authored Jan 2, 2025
2 parents faf16b8 + aff15e1 commit 86fddf3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
Original file line number Diff line number Diff line change
Expand Up @@ -408,13 +408,6 @@ public class PermanentFlags {
"Number of application load balancers to have pre-provisioned at any time",
"Takes immediate effect");

public static final UnboundLongFlag CONFIG_SERVER_SESSION_EXPIRY_TIME = defineLongFlag(
"config-server-session-expiry-time", 3600,
"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"
);

public static final UnboundLongFlag CONFIG_SERVER_SESSION_LIFETIME = defineLongFlag(
"config-server-session-lifetime", 3600,
"Lifetime / expiry time in seconds for config sessions. " +
Expand Down

0 comments on commit 86fddf3

Please sign in to comment.