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
The FilesystemBagStorage implementation currently relies on getting inotify events to know when the filesystem has changed and update the database, but inotify events may not work for some filesystems, such as CIFS.
It'd be useful to have an option in the config to periodically check the filesystem for changes, and maybe even to detect whether inotify events are available and automatically enable periodic scans if they're not.
The text was updated successfully, but these errors were encountered:
The FilesystemBagStorage implementation currently relies on getting inotify events to know when the filesystem has changed and update the database, but inotify events may not work for some filesystems, such as CIFS.
It'd be useful to have an option in the config to periodically check the filesystem for changes, and maybe even to detect whether inotify events are available and automatically enable periodic scans if they're not.
The text was updated successfully, but these errors were encountered: