This repository was archived by the owner on Dec 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ sub next {
264264=head2 get_resume_token
265265
266266Users can inspect the C<_id > on each C<ChangeDocument > to use as a
267- resume token. But since MongoDB 4.2, aggregate and getMore responses
267+ resume token. But since MongoDB 4.2, C< aggregate > and C< getMore > responses
268268also include a C<postBatchResumeToken > . Drivers use one or the other
269269when automatically resuming.
270270
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ A hash reference of options may be provided. Valid keys include:
324324 C<defaultTransactionOptions > or from the parent client. This value will
325325 override all other read preferences set in any subsequent commands inside this
326326 transaction.
327- * C<maxCommitTimeMS > - The maxCommitTimeMS specifies a cumulative time limit in
327+ * C<maxCommitTimeMS > - The C< maxCommitTimeMS > specifies a cumulative time limit in
328328 milliseconds for processing operations on the cursor. MongoDB interrupts the
329329 operation at the earliest following interrupt point.
330330
You can’t perform that action at this time.
0 commit comments