Skip to content

Commit

Permalink
Merge pull request #4338 from vespa-engine/hmusum/stop-using-feature-…
Browse files Browse the repository at this point in the history
…flag-8

Remove setting for feature flag being the same as default value
  • Loading branch information
hmusum authored Feb 10, 2025
2 parents 5c87d75 + 19bc180 commit 0d3d97c
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 @@ -37,7 +37,6 @@
{ "id" : "write-config-server-session-data-as-blob", "rules" : [ { "value" : true } ] },
{ "id" : "unknown-config-definition", "rules" : [ { "value" : "fail" } ] },
{ "id" : "content-layer-metadata-feature-level", "rules" : [ { "value" : 1 } ] },
{ "id" : "symmetric-put-and-activate-replica-selection", "rules" : [ { "value" : true } ] },
{ "id" : "zookeeper-pre-alloc-size", "rules" : [ { "value" : 16384 } ] },
{ "id" : "document-v1-queue-size", "rules" : [ { "value" : 0 } ] },
{ "id": "search-handler-threadpool", "rules": [ { "value": 10 } ] }
Expand Down

0 comments on commit 0d3d97c

Please sign in to comment.