Skip to content

Allow watchers to use the "Use Polling" flag for network mounted directories #591

Description

@scme0

Describe your feature request

I'm running handbrake-web in a kubernetes cluster so my video directory is an nfs mount. I've noticed that the watchers don't get file events on any directories, because they are network mounted drives.

It would be great to add an option to watchers to optionally use polling for these types of directories.

Provide additional context

I noticed that you're using chokidar to watch directories for changes. I did a bit of research and found that this has a "usePolling" flag which enables it to work with network mounted drives where standard file system events don't work.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions