mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-10 21:34:20 -06:00
Other things depend on this
This commit is contained in:
@@ -999,6 +999,18 @@ THREADS_PER_WORKER = os.getenv(
|
|||||||
# Paperless Specific Settings #
|
# Paperless Specific Settings #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
IGNORABLE_FILES: Final[list[str]] = [
|
||||||
|
".DS_Store",
|
||||||
|
".DS_STORE",
|
||||||
|
"._*",
|
||||||
|
".stfolder/*",
|
||||||
|
".stversions/*",
|
||||||
|
".localized/*",
|
||||||
|
"desktop.ini",
|
||||||
|
"@eaDir/*",
|
||||||
|
"Thumbs.db",
|
||||||
|
]
|
||||||
|
|
||||||
CONSUMER_POLLING = int(os.getenv("PAPERLESS_CONSUMER_POLLING", 0))
|
CONSUMER_POLLING = int(os.getenv("PAPERLESS_CONSUMER_POLLING", 0))
|
||||||
|
|
||||||
CONSUMER_POLLING_DELAY = int(os.getenv("PAPERLESS_CONSUMER_POLLING_DELAY", 5))
|
CONSUMER_POLLING_DELAY = int(os.getenv("PAPERLESS_CONSUMER_POLLING_DELAY", 5))
|
||||||
|
|||||||
Reference in New Issue
Block a user