-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Original report by Anonymous.
fat and ntfs file system timestamp resolutions are different namely 2s and 100ms. Thus when syncing with different file system although the file is not changed , dirsync updates the files again again.Suggestion:
epsilon value in _cmptimestamps function might be setup based on file system working on.
mtime_cmp = int((filest1.st_mtime - filest2.st_mtime) * 1000) > 0