Skip to content

Commit

Permalink
Merge pull request #4331 from vespa-engine/bjorncs/feature-flag
Browse files Browse the repository at this point in the history
Benchmark feed overload test with old doc v1 queue setting
  • Loading branch information
hmusum authored Jan 30, 2025
2 parents cea5d91 + 7471a0d commit bf65d84
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 @@ -39,7 +39,7 @@
{ "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" : "document-v1-queue-size", "rules" : [ { "value" : 4096 } ] }

]
}

0 comments on commit bf65d84

Please sign in to comment.