File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ You must have journaling enabled to use this write concern.
103
103
With a *journaled* write concern, write operations must wait for the next
104
104
journal commit. To reduce latency for these operations, MongoDB
105
105
also increases the frequency that it commits operations to the journal. See
106
- :setting:`~ storage.journal.commitIntervalMs` for more information.
106
+ :setting:`storage.mmapv1 .journal.commitIntervalMs` for more information.
107
107
108
108
.. include:: /images/crud-write-concern-journal.rst
109
109
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Parameters
130
130
131
131
db.getSiblingDB("admin").runCommand( { setParameter: 1, journalCommitInterval: 200 } )
132
132
133
- .. seealso:: :setting:`~ storage.journal.commitIntervalMs`.
133
+ .. seealso:: :setting:`storage.mmapv1. journal.commitIntervalMs`
134
134
135
135
.. parameter:: logUserIds
136
136
You can’t perform that action at this time.
0 commit comments