5 ms·
manpage suggests the article is not mistaken. `max_batch_time=0` disables batch processing synchronous write operations. the default is 15ms. It seems like a g
by jradd 6y ago
manpage suggests the article is not mistaken. `max_batch_time=0` disables batch processing synchronous write operations. the default is 15ms.
It seems like a good idea for client filesystem to mount synchronously for data integrity. I'm not aware of i/o being a factor here.
Of course this doesn't prevent applications mishandling of file objects.