added option for polling

This commit is contained in:
Jonas Winkler
2020-11-16 18:52:13 +01:00
parent b6d2943e89
commit 2119eb4c15
3 changed files with 29 additions and 1 deletions

View File

@@ -165,6 +165,12 @@ PAPERLESS_EMAIL_SECRET=""
# If you only specify PAPERLESS_TASK_WORKERS, paperless will adjust
# PAPERLESS_THREADS_PER_WORKER automatically.
# If paperless won't find documents added to your consume folder, it might
# not be able to automatically detect filesystem changes. In that case,
# specify a polling interval in seconds below, which will then cause paperless
# to periodically check your consumption directory for changes.
#PAPERLESS_CONSUMER_POLLING=10
# When the consumer detects a duplicate document, it will not touch the
# original document. This default behavior can be changed here.