SERVER-122257 Revert number of lookup-unwind stages in product limits test (#52586)
GitOrigin-RevId: 3ef5a1a3dedbbb75e74c1ac980985188670bf19e
This commit is contained in:
parent
339820bfb5
commit
dcc9ea137f
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user