Skip to content

Commit ce1eb50

Browse files
Amarkay-kim
authored andcommitted
DOCS-11357 added versionchanged as per Kay's comment
1 parent e6eb1e7 commit ce1eb50

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/includes/extracts-wired-tiger.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,18 @@ content: |
183183
---
184184
ref: wt-snapshot-frequency
185185
content: |
186-
MongoDB configures WiredTiger to create checkpoints (i.e. write the
187-
snapshot data to disk) at intervals of 60 seconds.
186+
.. versionchanged:: 3.6
187+
MongoDB configures WiredTiger to create checkpoints (i.e. write the
188+
snapshot data to disk) at intervals of 60 seconds.
188189
---
189190
ref: wt-journal-frequency
190191
content: |
191192
- .. versionadded:: 3.2
192193
Every 50 milliseconds.
193194
194-
- MongoDB sets checkpoints to occur in WiredTiger on user data at an
195-
interval of 60 seconds.
195+
- .. versionchanged:: 3.6
196+
MongoDB sets checkpoints to occur in WiredTiger on user data at an
197+
interval of 60 seconds.
196198
197199
- If the write operation includes a write concern of :writeconcern:`j:
198200
true <j>`, WiredTiger forces a sync of the WiredTiger journal files.

0 commit comments

Comments
 (0)