Skip to content

Commit 38bc43b

Browse files
committed
DOCS-5599 DOCS-5600 fix link
1 parent 024feba commit 38bc43b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/core/write-concern.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You must have journaling enabled to use this write concern.
103103
With a *journaled* write concern, write operations must wait for the next
104104
journal commit. To reduce latency for these operations, MongoDB
105105
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.
107107

108108
.. include:: /images/crud-write-concern-journal.rst
109109

source/reference/parameters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Parameters
130130

131131
db.getSiblingDB("admin").runCommand( { setParameter: 1, journalCommitInterval: 200 } )
132132

133-
.. seealso:: :setting:`~storage.journal.commitIntervalMs`.
133+
.. seealso:: :setting:`storage.mmapv1.journal.commitIntervalMs`
134134

135135
.. parameter:: logUserIds
136136

0 commit comments

Comments
 (0)