Skip to content

Commit

Permalink
Reduce queue size to 128
Browse files Browse the repository at this point in the history
Test first with smaller queue before disabling completely.
  • Loading branch information
bjorncs committed Jan 16, 2025
1 parent c39cd67 commit f3d1be5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/include/feature-flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
{ "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" : "zookeeper-pre-alloc-size", "rules" : [ { "value" : 16384 } ] }
{ "id" : "zookeeper-pre-alloc-size", "rules" : [ { "value" : 16384 } ] },
{ "id" : "document-v1-queue-size", "rules" : [ { "value" : 128 } ] }

]
}

0 comments on commit f3d1be5

Please sign in to comment.