mongoc_write_concern_set_fsync()¶
Synopsis¶
void
mongoc_write_concern_set_fsync (mongoc_write_concern_t *write_concern,
bool fsync_);
Parameters¶
write_concern
: A mongoc_write_concern_t.fsync_
: A boolean.
Description¶
Sets if a fsync must be performed before indicating write success.
Deprecated¶
Warning
The fsync
write concern is deprecated.
Please use mongoc_write_concern_set_journal() instead.