clarify polling / inotify #118

This commit is contained in:
jonaswinkler 2021-01-04 17:36:32 +01:00
parent 026e76081e
commit 93ebd4d771

View File

@ -34,6 +34,9 @@ directory at startup, but won't find any other files added later, check out
the configuration file and enable filesystem polling with the setting the configuration file and enable filesystem polling with the setting
``PAPERLESS_CONSUMER_POLLING``. ``PAPERLESS_CONSUMER_POLLING``.
This will disable listening to filesystem changes with inotify and paperless will
manually check the consumption directory for changes instead.
Operation not permitted Operation not permitted
####################### #######################