You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When monitoring a large directory tree, a lot of system resources can be required.
If one is only interested in a small subset of the tree, it would be useful to be able to ignore unwanted subtrees.
One way to do this might be to provide a filter to the INotify::Notifier#watch method, perhaps via an additional flag.
For maximum flexibility, the filter would be a boolean function, but a list of regexes might suffice.
The text was updated successfully, but these errors were encountered:
When monitoring a large directory tree, a lot of system resources can be required.
If one is only interested in a small subset of the tree, it would be useful to be able to ignore unwanted subtrees.
One way to do this might be to provide a filter to the INotify::Notifier#watch method, perhaps via an additional flag.
For maximum flexibility, the filter would be a boolean function, but a list of regexes might suffice.
The text was updated successfully, but these errors were encountered: