droppy icon indicating copy to clipboard operation
droppy copied to clipboard

High number of watched files

Open noeRls opened this issue 4 years ago • 2 comments

I am using droppy to easily upload music to my web-server.

I notice that it watch every files in the directory. It's problematic as I have a lot of files and even by increasing the limit of inotify it will at a point just stop working. For 100go of music inotify number is 22140.

It would be nice to have an option to not watch every files in the directory.

noeRls avatar May 24 '20 23:05 noeRls

@noeRls This option already exists. See in the configuration section in the README file. Its called watch, by default it is true, you can set it to false to remove watches.

ashleysommer avatar Jul 07 '20 05:07 ashleysommer

Okay thanks, it solve my problem!

As a note, it could be nice to have this option in the web app settings.

noeRls avatar Jul 07 '20 06:07 noeRls