Skip to content

Commit

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

Remove unused feature flag
  • Loading branch information
hakonhall authored Dec 18, 2024
2 parents 9c9e1f7 + dcbed0a commit fad9d3a
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 @@ -546,13 +546,6 @@ public class PermanentFlags {
"Allowed Athenz proxy identities",
"takes effect at redeployment");

public static final UnboundLongFlag CONFIG_SERVER_UNKNOWN_STATUS_SESSION_EXPIRY_TIME = defineLongFlag(
"config-server-unknown-status-session-expiry-time", 6,
"Expiry time in hours for sessions with unknown status, can be lowered if there are incidents/bugs " +
" or free disk space is too low and one needs to delete sessions",
"Takes effect after reboot of config server node"
);

private PermanentFlags() {}

private static UnboundBooleanFlag defineFeatureFlag(
Expand Down

0 comments on commit fad9d3a

Please sign in to comment.