fsync property

bool fsync
final

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;