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
While inotify already appears to be used for directory watches, we can use JNA to setup a file watch using inotify. This would reduce the costs of a full directory watch in case we only need to monitor a single path.