Skip to content

Commit 9ba7f8f

Browse files
committed
tweak: add ref to new defaults page
1 parent fff7c47 commit 9ba7f8f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/core/transactions.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,10 @@ You can set the transaction-level :doc:`read concern
523523
- If transaction-level and the session-level read concern are unset,
524524
the transaction-level read concern defaults to the client-level read
525525
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`
528530

529531
Transactions support the following read concern levels:
530532

@@ -608,8 +610,10 @@ You can set the transaction-level :doc:`write concern
608610

609611
- If the transaction-level write concern and the session-level write
610612
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+
613617

614618
Transactions support all write concern :ref:`w <wc-w>`
615619
values, including:

0 commit comments

Comments
 (0)