services: paperless: give more workers
This commit is contained in:
parent
174cc9b72e
commit
2c28a64682
|
@ -65,6 +65,9 @@ in {
|
|||
PAPERLESS_TIME_ZONE = config.time.timeZone;
|
||||
|
||||
PAPERLESS_ADMIN_USER = "alarsyo";
|
||||
|
||||
PAPERLESS_TASK_WORKERS = 3;
|
||||
PAPERLESS_THREADS_PER_WORKER = 4;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue