File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -523,8 +523,10 @@ You can set the transaction-level :doc:`read concern
523
523
- If transaction-level and the session-level read concern are unset,
524
524
the transaction-level read concern defaults to the client-level read
525
525
concern. By default, client-level read concern is
526
- :readconcern:`"local"` for reads against the primary. See also
527
- :ref:`transactions-read-preference`.
526
+ :readconcern:`"local"` for reads against the primary. See also:
527
+
528
+ - :ref:`transactions-read-preference`
529
+ - :doc:`/reference/mongodb-defaults`
528
530
529
531
Transactions support the following read concern levels:
530
532
@@ -608,8 +610,10 @@ You can set the transaction-level :doc:`write concern
608
610
609
611
- If the transaction-level write concern and the session-level write
610
612
concern are unset, transaction-level write concern defaults to the
611
- client-level write concern. By default, client-level write concern
612
- is :writeconcern:`w: 1 <\<number\>>`.
613
+ client-level write concern. By default, client-level write concern is
614
+ :writeconcern:`w: 1 <\<number\>>`. See also
615
+ :doc:`/reference/mongodb-defaults`.
616
+
613
617
614
618
Transactions support all write concern :ref:`w <wc-w>`
615
619
values, including:
You can’t perform that action at this time.
0 commit comments