Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate unnecessary delay with inotify events #477

Merged
merged 1 commit into from
Jan 12, 2019

Commits on Oct 15, 2018

  1. Remove delay from non-move events

    Only add delay to IN_MOVE_* events if they do not have a matching
    event in the event buffer already. In practice, most filesystems
    implement moves as atomic operations, so we don't expect to see
    any delays in processing of inode events.
    mbakiev committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    7efc123 View commit details
    Browse the repository at this point in the history