Skip to content

Commit 7ee0a18

Browse files
authored
DOCS-12744 Remove Outdated batchSize statements (#2903) (#2950)
* DOCS-12744 Remove Outdated batchSize statements * update with note on negative numbers * JA edits * DS edit
1 parent 1e0939a commit 7ee0a18

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

source/reference/method/cursor.batchSize.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,7 @@ Definition
4545

4646
- integer
4747

48-
- The number of documents to return per batch. Do **not** use a batch
49-
size of ``1``.
50-
51-
52-
53-
54-
55-
.. note::
56-
57-
Specifying ``1`` or a negative number is analogous to using the
58-
:method:`~cursor.limit()` method.
48+
- The number of documents to return per batch.
5949

6050
Example
6151
-------

0 commit comments

Comments
 (0)