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

Add fs_inotify backend option for selecting events. #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MoritzMaxeiner
Copy link

This, e.g., allows to monitor busy directories, such as /dev only for file creation/destruction.

By default it will continue to act as if
events: [:modified, :moved_to, :moved_from, :created, :deleted, :attribute]
had been passed (which were the previously hard coded options).

By default it will continue to act as if
`events: [:modified, :moved_to, :moved_from, :created, :deleted, :attribute]`
had been passed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant