|
|
|
|
|
by latch
5331 days ago
|
|
no, fsync means wait for the data file to be synced to disk. {safe:true} is what you are talking about. {j:true} is probably what yo should be using, {w:majority} is also important, and {fsync:true} is the data file option I think given that one of the parameters is called "fsync" using "fsync" should mean that. |
|