Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Watcher now emits Write event for size only change #5

Merged
merged 1 commit into from
Aug 18, 2021

Commits on Feb 7, 2020

  1. Watcher now emits Write event for size only change

    On some file systems, multiple changes to the same file within
    the file system's mod time resolution would be missed. This
    issue can be ameliorated by triggering `Write` events if a
    size change is detected, even if no corresponding mod time
    change occurs.
    
    Changes to the file content without a change to the size or
    mod time will still go unnoticed.
    tul committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    fb21ff5 View commit details
    Browse the repository at this point in the history