We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635e787 commit debcfe1Copy full SHA for debcfe1
source/reference/method/MongoDBCollection-listSearchIndexes.txt
@@ -42,7 +42,7 @@ Parameters
42
- integer
43
- The maximum number of documents within each batch returned in a query result, which applies
44
to the ``aggregate`` command. By default, the ``aggregate`` command has an initial batch size of
45
- ``101`` documents and a maximum size of 16 mebibyte (MiB) for each subsequent batch. This
+ ``101`` documents and a maximum size of 16 mebibytes (MiB) for each subsequent batch. This
46
option can enforce a smaller limit than 16 MiB, but not a larger
47
one. If you set ``batchSize`` to a limit that results in batches larger than
48
16 MiB, this option has no effect.
0 commit comments