Skip to content

Commit 6f46523

Browse files
committed
change formatting
1 parent 248115f commit 6f46523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/read/retrieve.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ you can set in the array:
180180
- Description
181181

182182
* - ``batchSize``
183-
- | The limit for each batch returned in a query result. The ``find()`` method has an initial batch size of 101 documents by default and returns a maximum of 16
183+
- | The limit for each batch returned in a query result. The ``find`` method has an initial batch size of ``101`` documents by default and returns a maximum of 16
184184
megabytes per batch. Subsequent ``getMore`` operations issued against the resulting cursor have no default batch size,
185185
so they are limited only by the ``16`` megabyte message size. batchSize can enforce a smaller limit than ``16`` megabytes, but not a larger one.
186186
| **Type**: ``integer``

0 commit comments

Comments
 (0)