services: paperless: give more workers

This commit is contained in:
Antoine Martin 2023-08-31 11:42:04 +02:00
parent 174cc9b72e
commit 2c28a64682

View file

@ -65,6 +65,9 @@ in {
PAPERLESS_TIME_ZONE = config.time.timeZone;
PAPERLESS_ADMIN_USER = "alarsyo";
PAPERLESS_TASK_WORKERS = 3;
PAPERLESS_THREADS_PER_WORKER = 4;
};
};