We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7491c11 commit df0be51Copy full SHA for df0be51
source/read/change-streams.txt
@@ -152,9 +152,8 @@ of the watch functions:
152
By default, watch functions have an initial batch size of ``101``
153
documents and a maximum size of 16 mebibytes (MiB) for each subsequent
154
batch. This option can enforce a smaller limit than 16 MiB, but not a
155
- larger one. If you set ``batchSize`` to a limit that results in batches
156
- larger than 16 MiB, this option has no effect and the watch function uses
157
- the default batch size.
+ larger one. For details, see :manual:`Cursor Batches </tutorial/iterate-a-cursor/#std-label-cursor-batches>`
+ in the {+mdb-server+} manual.
158
159
* - ``comment``
160
- | Specifies a comment to attach to the operation.
0 commit comments