tune down immich job concurrency
This commit is contained in:
parent
8267546811
commit
cd186314cc
1 changed files with 7 additions and 7 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue