Merge branch 'inotify' of git://github.com/erikarvstedt/paperless into erikarvstedt-inotify

This commit is contained in:
Daniel Quinn
2018-05-28 13:03:06 +01:00
7 changed files with 178 additions and 123 deletions

View File

@@ -246,6 +246,8 @@ SCRATCH_DIR = os.getenv("PAPERLESS_SCRATCH_DIR", "/tmp/paperless")
# This is where Paperless will look for PDFs to index
CONSUMPTION_DIR = os.getenv("PAPERLESS_CONSUMPTION_DIR")
# (This setting is ignored on Linux where inotify is used instead of a
# polling loop.)
# The number of seconds that Paperless will wait between checking
# CONSUMPTION_DIR. If you tend to write documents to this directory very
# slowly, you may want to use a higher value than the default.