1.2.7
Configuration.disableUpdateOnRead
will now only prevent a file from being marked as dirty when read from. It will not prevent sync attempts nor will it prevent the file's atime
from being updated.
The internal configuration option syncOnWrite
was renamed to syncImmediately
and is used when deciding whether to sync
after reading a file.