File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,8 @@ Parameters
52
52
53
53
* - batchSize
54
54
- integer
55
- - The maximum number of documents within each batch returned in a query result, which applies
56
- to the ``aggregate`` command. By default, the ``aggregate`` command has an initial batch size of
57
- `101`` documents and a maximum size of 16 mebibytes for each subsequent batch. This
55
+ - The maximum number of documents to return in the first batch. By default, the ``find()``
56
+ command has an initial batch size of `101`` documents. This
58
57
option can enforce a smaller limit than 16 mebibytes, but not a larger
59
58
one. If you set ``batchSize`` to a limit that results in batches larger than
60
59
16 MiB, this option has no effect.
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ Parameters
54
54
55
55
* - batchSize
56
56
- integer
57
- - The maximum number of documents within each batch returned in a query result, which applies
58
- to the ``aggregate`` command. By default, the ``aggregate`` command has an initial batch size of
57
+ - The maximum number of documents within each batch returned in a query result.
58
+ By default, the ``aggregate`` command has an initial batch size of
59
59
`101`` documents and a maximum size of 16 mebibytes for each subsequent batch. This
60
60
option can enforce a smaller limit than 16 mebibytes, but not a larger
61
61
one. If you set ``batchSize`` to a limit that results in batches larger than
You can’t perform that action at this time.
0 commit comments