Add this:
- Enabling journalling makes sure that if there is failure/crash then recovery will be fast and reliable; there will be no need for a --repair ... blah...blah...blah <fix text>
#journal = true
Also, while we are making changes, add a note that * = false is bad, and you should comment out any true flag options.
- is related to
-
SERVER-3662 Add commented out nojournal option to default config files
- Closed