fix(paperless): increase worker timeout for large documents

This commit is contained in:
Khaïs COLIN 2024-09-01 11:59:22 +02:00
parent 8e57526316
commit d62b4a8204

View file

@ -26,6 +26,7 @@ in
PAPERLESS_CONSUMER_BARCODE_SCANNER = "ZXING";
PAPERLESS_TASK_WORKERS = "4";
PAPERLESS_THREADS_PER_WORKER = "1";
PAPERLESS_WORKER_TIMEOUT = "18000";
};
};
users.groups.paperless-upload = {};