Skip to content

Commit 76c6f71

Browse files
authored
DOCS-12744 Remove Outdated batchSize statements (#2903) (#2947)
* DOCS-12744 Remove Outdated batchSize statements * update with note on negative numbers * JA edits * DS edit
1 parent c67dc6c commit 76c6f71

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
@@ -44,17 +44,7 @@ Definition
4444

4545
- integer
4646

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

5949
Example
6050
-------

0 commit comments

Comments
 (0)