Skip to content

Commit

Permalink
Disable document v1 queue (#4318)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorncs authored Jan 20, 2025
1 parent 24fc1a7 commit 7f617f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/include/feature-flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{ "id" : "enforce-strictly-increasing-cluster-state-versions", "rules" : [ { "value" : true } ] },
{ "id" : "distribution-config-from-cluster-controller", "rules" : [ { "value" : true } ] },
{ "id" : "zookeeper-pre-alloc-size", "rules" : [ { "value" : 16384 } ] },
{ "id" : "document-v1-queue-size", "rules" : [ { "value" : 128 } ] }
{ "id" : "document-v1-queue-size", "rules" : [ { "value" : 0 } ] }

]
}

0 comments on commit 7f617f0

Please sign in to comment.