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