]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: add detail about consumer polling behavior (#5674)
authorsilmaril42 <31900904+silmaril42@users.noreply.github.com>
Thu, 8 Feb 2024 02:46:25 +0000 (03:46 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Feb 2024 02:46:25 +0000 (02:46 +0000)
docs/configuration.md

index f5ffbf9b01293e5df388b9c6f76f4b0c39b867e5..6b75f33e6f7b163ddad9b4556d0255b652336501 100644 (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.