Skip to content

Commit

Permalink
Merge pull request #4306 from vespa-engine/hmusum/remove-feature-flag…
Browse files Browse the repository at this point in the history
…-setting

Remove setting for removed feature flag
  • Loading branch information
hmusum authored Jan 2, 2025
2 parents cb62322 + 17e8eb3 commit d964dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/include/feature-flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
{ "id" : "symmetric-put-and-activate-replica-selection", "rules" : [ { "value" : true } ] },
{ "id" : "enforce-strictly-increasing-cluster-state-versions", "rules" : [ { "value" : true } ] },
{ "id" : "distribution-config-from-cluster-controller", "rules" : [ { "value" : true } ] },
{ "id" : "config-server-session-expiry-time", "rules" : [ { "value" : 30 } ] },
{ "id" : "zookeeper-pre-alloc-size", "rules" : [ { "value" : 16384 } ] }
]
}

0 comments on commit d964dc5

Please sign in to comment.