SERVER-122257 Revert number of lookup-unwind stages in product limits test (#52586)

GitOrigin-RevId: 3ef5a1a3dedbbb75e74c1ac980985188670bf19e
This commit is contained in:
Daniel Tabacaru 2026-04-24 21:59:06 +03:00 committed by MongoDB Bot
parent 339820bfb5
commit dcc9ea137f

View File

@ -74,8 +74,7 @@ export class WorkloadManyCollectionsInLookupUnwind extends LongPipelineWorkload
// Many $lookup-$unwind-s where each new collection is joined to the same column.
// Unwind each lookup result immediately after.
scale() {
// TODO SERVER-122257: Change it back to 500.
return Math.min(350, super.scale());
return Math.min(500, super.scale());
}
pipeline() {