Consumer loop time is now configurable

This commit is contained in:
Daniel Quinn
2017-01-01 18:41:06 +00:00
parent db7810a9d2
commit 23bd887f16
3 changed files with 11 additions and 1 deletions

View File

@@ -87,3 +87,8 @@ PAPERLESS_SHARED_SECRET=""
# Override the default MEDIA_ROOT here. This is where all files are stored.
#PAPERLESS_MEDIADIR=/path/to/media
# The number of seconds that Paperless will wait between checking
# PAPERLESS_CONSUMPTION_DIR. If you tend to write documents to this directory
# very slowly, you may want to use a higher value than the default (10).
# PAPERLESS_CONSUMER_LOOP_TIME=10