From 9ffec3988aae5cd40e3333e5d0bc1479d7f1c442 Mon Sep 17 00:00:00 2001 From: Lukas Metzger <1814751+loewexy@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:16:23 +0200 Subject: [PATCH] Adding description of special value 0 to documentation Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 72cba5b6e..d8ec27d2c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1296,7 +1296,7 @@ limits the detection of barcodes to a number of first pages. If your scanner has a limit for the number of pages that can be scanned it would be sensible to set this as the limit here. - Defaults to "0" + Defaults to "0", allowing all pages to be checked for barcodes. #### [`PAPERLESS_CONSUMER_ENABLE_TAG_BARCODE=`](#PAPERLESS_CONSUMER_ENABLE_TAG_BARCODE) {#PAPERLESS_CONSUMER_ENABLE_TAG_BARCODE}