modules: services: paperless: beef-up workers
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
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:
parent
f2f4b9f91e
commit
7b56c342ad
1 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,10 @@ in
|
||||||
# OCR settings
|
# OCR settings
|
||||||
PAPERLESS_OCR_LANGUAGE = "fra+eng";
|
PAPERLESS_OCR_LANGUAGE = "fra+eng";
|
||||||
|
|
||||||
|
# Workers
|
||||||
|
PAPERLESS_TASK_WORKERS = 3;
|
||||||
|
PAPERLESS_THREADS_PER_WORKER = 4;
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
PAPERLESS_TIME_ZONE = config.time.timeZone;
|
PAPERLESS_TIME_ZONE = config.time.timeZone;
|
||||||
PAPERLESS_ADMIN_USER = cfg.username;
|
PAPERLESS_ADMIN_USER = cfg.username;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue