File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -183,16 +183,18 @@ content: |
183
183
---
184
184
ref : wt-snapshot-frequency
185
185
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.
188
189
---
189
190
ref : wt-journal-frequency
190
191
content : |
191
192
- .. versionadded:: 3.2
192
193
Every 50 milliseconds.
193
194
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.
196
198
197
199
- If the write operation includes a write concern of :writeconcern:`j:
198
200
true <j>`, WiredTiger forces a sync of the WiredTiger journal files.
You can’t perform that action at this time.
0 commit comments