Documentation: add detail about consumer polling behavior (#5674)

This commit is contained in:
silmaril42 2024-02-08 03:46:25 +01:00 committed by GitHub
parent a79b9de1a2
commit 3b2d4fe876
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1050,8 +1050,10 @@ system changes with `inotify`.
#### [`PAPERLESS_CONSUMER_POLLING_RETRY_COUNT=<num>`](#PAPERLESS_CONSUMER_POLLING_RETRY_COUNT) {#PAPERLESS_CONSUMER_POLLING_RETRY_COUNT}
: If consumer polling is enabled, sets the number of times paperless
will check for a file to remain unmodified.
: If consumer polling is enabled, sets the maximum number of times
paperless will check for a file to remain unmodified. If a file's
modification time and size are identical for two consecutive checks, it
will be consumed.
Defaults to 5.