Skip to content

Commit 0bc73f4

Browse files
committed
update read-concern option syntax
1 parent 03ba6fa commit 0bc73f4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

source/includes/fact-readConcern-syntax.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,4 @@ The readConcern option has the following syntax:
44

55
.. code-block:: javascript
66
7-
readConcern: { level: <value>,
8-
afterClusterTime: <Timestamp> }
9-
10-
.. important::
11-
12-
Do not manually set the ``afterClusterTime``. MongoDB drivers set
13-
this value automatically for operations associated with
14-
:ref:`causally consistent sessions <causal-consistency>`.
7+
readConcern: { level: <value> }

0 commit comments

Comments
 (0)