File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ content: |
168
168
---
169
169
ref : wt-cache-default-setting
170
170
content : |
171
-
171
+
172
172
Starting in 3.4, the WiredTiger internal cache, by default, will use
173
173
the larger of either:
174
174
@@ -184,17 +184,15 @@ content: |
184
184
ref : wt-snapshot-frequency
185
185
content : |
186
186
MongoDB configures WiredTiger to create checkpoints (i.e. write the
187
- snapshot data to disk) at intervals of 60 seconds or 2 gigabytes of
188
- journal data.
187
+ snapshot data to disk) at intervals of 60 seconds.
189
188
---
190
189
ref : wt-journal-frequency
191
190
content : |
192
191
- .. versionadded:: 3.2
193
192
Every 50 milliseconds.
194
193
195
194
- MongoDB sets checkpoints to occur in WiredTiger on user data at an
196
- interval of 60 seconds or when 2 GB of journal data has been written,
197
- whichever occurs first.
195
+ interval of 60 seconds.
198
196
199
197
- If the write operation includes a write concern of :writeconcern:`j:
200
198
true <j>`, WiredTiger forces a sync of the WiredTiger journal files.
You can’t perform that action at this time.
0 commit comments