File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -406,13 +406,11 @@ Write Concern
406406-------------
407407
408408You 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
417415You can set the :doc:`write concern </reference/write-concern>` for the
418416transaction commit at the transaction start.
You can’t perform that action at this time.
0 commit comments