|
|
|
|
|
by rfurlan
5331 days ago
|
|
Fsync means "wait for acknowledgement after each request", if Fsync is off, all calls are fire-and-forget, no errors are reported. There are a few Fsync levels though, you can use it to make the call block until the data has been relayed to at least N other nodes. |
|
I think given that one of the parameters is called "fsync" using "fsync" should mean that.