modules: services: paperless: beef-up workers
ci/woodpecker/push/check Pipeline was successful Details

This should parallelize the number of documents ingested at once
(workers), as well as the speed of the ingestion per document (threads).
This commit is contained in:
Bruno BELANYI 2023-09-18 13:43:33 +00:00
parent f2f4b9f91e
commit 7b56c342ad
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@ in
# OCR settings
PAPERLESS_OCR_LANGUAGE = "fra+eng";
# Workers
PAPERLESS_TASK_WORKERS = 3;
PAPERLESS_THREADS_PER_WORKER = 4;
# Misc
PAPERLESS_TIME_ZONE = config.time.timeZone;
PAPERLESS_ADMIN_USER = cfg.username;