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 6183d86 commit 89b304cCopy full SHA for 89b304c
source/reference/method/MongoDBCollection-find.txt
@@ -54,7 +54,7 @@ Parameters
54
- integer
55
- The maximum number of documents within each batch returned in a query result. By default, the ``find``
56
command has an initial batch size of ``101`` documents and a maximum size of 16 mebibytes (MiB)
57
- for each subsequent batch. This option can enforce a smaller limit than 16 mebibytes (MiB), but not a larger
+ for each subsequent batch. This option can enforce a smaller limit than 16 MiB, but not a larger
58
one. If you set ``batchSize`` to a limit that results in batches larger than
59
16 MiB, this option has no effect.
60
0 commit comments