From 3efe869617e561f9c18a80872ec167ae61efaf7d Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Thu, 19 Dec 2024 14:15:25 +0100 Subject: [PATCH] Align with setting used in production. --- docker/include/feature-flags.json | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/include/feature-flags.json b/docker/include/feature-flags.json index e531f8679..cc41279f6 100644 --- a/docker/include/feature-flags.json +++ b/docker/include/feature-flags.json @@ -36,7 +36,6 @@ { "id" : "summary-decode-policy", "rules" : [ { "value" : "on-demand" } ] }, { "id" : "write-config-server-session-data-as-blob", "rules" : [ { "value" : true } ] }, { "id" : "unknown-config-definition", "rules" : [ { "value" : "fail" } ] }, - { "id" : "sort-blueprints-by-cost", "rules" : [ { "value" : true } ] }, { "id" : "content-layer-metadata-feature-level", "rules" : [ { "value" : 1 } ] }, { "id" : "symmetric-put-and-activate-replica-selection", "rules" : [ { "value" : true } ] }, { "id" : "enforce-strictly-increasing-cluster-state-versions", "rules" : [ { "value" : true } ] },