fsync property
Enables or disable fsync() operation before acknowledgement of
the requested write operation.
If true, wait for mongod instance to write data to disk before returning.
Implementation
final bool fsync;
Enables or disable fsync() operation before acknowledgement of
the requested write operation.
If true, wait for mongod instance to write data to disk before returning.
final bool fsync;