tune down immich job concurrency

This commit is contained in:
Yan Lin 2026-02-15 22:03:09 +01:00
parent 8267546811
commit cd186314cc

View file

@ -53,18 +53,18 @@
}; };
job = { job = {
backgroundTask.concurrency = 5; backgroundTask.concurrency = 3;
faceDetection.concurrency = 1; faceDetection.concurrency = 1;
library.concurrency = 7; library.concurrency = 5;
metadataExtraction.concurrency = 7; metadataExtraction.concurrency = 5;
migration.concurrency = 5; migration.concurrency = 5;
notifications.concurrency = 5; notifications.concurrency = 5;
search.concurrency = 5; search.concurrency = 5;
sidecar.concurrency = 5; sidecar.concurrency = 5;
ocr.concurrency = 1; # ML-intensive ocr.concurrency = 1;
smartSearch.concurrency = 1; # ML-intensive smartSearch.concurrency = 1;
thumbnailGeneration.concurrency = 5; thumbnailGeneration.concurrency = 3;
videoConversion.concurrency = 2; videoConversion.concurrency = 1;
}; };
library = { library = {