Skip to content

Commit 6daa927

Browse files
committed
tweak: transactions write concern blurb
1 parent 2f3887a commit 6daa927

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

source/core/transactions.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -406,13 +406,11 @@ Write Concern
406406
-------------
407407

408408
You set the write concern at the transaction level, not at the
409-
individual operation level. Any write concern set at the collection,
410-
database, or client level is ignored inside the transaction. Do not
411-
explicitly set the write concern for the individual write operations.
412-
413-
At the time of the commit, transactions use the transaction level
414-
:doc:`write concern </reference/write-concern>` to commit the write
415-
operations.
409+
individual operation level. At the time of the commit, transactions use
410+
the transaction level :doc:`write concern </reference/write-concern>`
411+
to commit the write operations. Individual operations inside the
412+
transaction ignore write concerns. Do not explicitly set the write
413+
concern for the individual write operations inside transactions.
416414

417415
You can set the :doc:`write concern </reference/write-concern>` for the
418416
transaction commit at the transaction start.

0 commit comments

Comments
 (0)