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.
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
chokidarto 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.