Skip to content

Commit 3b21613

Browse files
committed
wrap
1 parent 4c11fab commit 3b21613

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/reference/methods.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -497,11 +497,11 @@ Cursor Methods
497497
.. arrayAccess
498498

499499
* - :method:`cursor.batchSize()`
500-
- Specifies the maximum number of documents MongoDB will return to the client
501-
within each batch returned in a query result. By default, the initial batch
502-
size is ``101`` documents and subsequent batches have a maximum
503-
size of 16 mebibytes (MiB). This option can enforce a smaller
504-
limit than 16 MiB, but not a larger one. If you set ``batchSize``
500+
- Specifies the maximum number of documents MongoDB will return to the
501+
client within each batch returned in a query result. By default,
502+
the initial batch size is ``101`` documents and subsequent batches
503+
have a maximum size of 16 mebibytes (MiB). This option can enforce a
504+
smaller limit than 16 MiB, but not a larger one. If you set ``batchSize``
505505
to a limit that results in batches larger than 16 MiB, this option
506506
has no effect and :method:`~cursor.batchSize()` uses the default
507507
batch size.

0 commit comments

Comments
 (0)