From 2c28a64682cd146a289bd3cc33722470fd354c84 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 31 Aug 2023 11:42:04 +0200 Subject: [PATCH] services: paperless: give more workers --- services/paperless.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/paperless.nix b/services/paperless.nix index 8a4bd15..e68d778 100644 --- a/services/paperless.nix +++ b/services/paperless.nix @@ -65,6 +65,9 @@ in { PAPERLESS_TIME_ZONE = config.time.timeZone; PAPERLESS_ADMIN_USER = "alarsyo"; + + PAPERLESS_TASK_WORKERS = 3; + PAPERLESS_THREADS_PER_WORKER = 4; }; };