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 filesystem storage option for periodic checks #164

Open
pjreed opened this issue Nov 4, 2021 · 0 comments
Open

Add filesystem storage option for periodic checks #164

pjreed opened this issue Nov 4, 2021 · 0 comments

Comments

@pjreed
Copy link
Contributor

pjreed commented Nov 4, 2021

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.

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

No branches or pull requests

1 participant