tune down immich job
This commit is contained in:
parent
385a2d377a
commit
6db97b2146
2 changed files with 11 additions and 23 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
url = "https://rss.yanlincs.com";
|
url = "https://rss.yanlincs.com";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Immich";
|
name = "Photos";
|
||||||
url = "https://photo.yanlincs.com/photos";
|
url = "https://photo.yanlincs.com/photos";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
@ -95,10 +95,6 @@
|
||||||
{
|
{
|
||||||
name = "Media";
|
name = "Media";
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
{
|
|
||||||
name = "Deluge";
|
|
||||||
url = "https://deluge.yanlincs.com";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "Sonarr";
|
name = "Sonarr";
|
||||||
url = "https://sonarr.yanlincs.com";
|
url = "https://sonarr.yanlincs.com";
|
||||||
|
|
@ -107,17 +103,21 @@
|
||||||
name = "Radarr";
|
name = "Radarr";
|
||||||
url = "https://radarr.yanlincs.com";
|
url = "https://radarr.yanlincs.com";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Deluge";
|
||||||
|
url = "https://deluge.yanlincs.com";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Resource";
|
name = "Resource";
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
{
|
{
|
||||||
name = "dmhy";
|
name = "动漫花园";
|
||||||
url = "https://share.dmhy.org/";
|
url = "https://share.dmhy.org/";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "TSDM";
|
name = "天使动漫";
|
||||||
url = "https://www.tsdm39.com/forum.php";
|
url = "https://www.tsdm39.com/forum.php";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
@ -182,18 +182,6 @@
|
||||||
name = "Translate";
|
name = "Translate";
|
||||||
url = "https://translate.google.com/?sl=auto&tl=en&op=translate";
|
url = "https://translate.google.com/?sl=auto&tl=en&op=translate";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "Maps";
|
|
||||||
url = "https://www.google.com/maps";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "Earth";
|
|
||||||
url = "https://earth.google.com/web/";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "Booking";
|
|
||||||
url = "https://www.booking.com/";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -58,16 +58,16 @@
|
||||||
|
|
||||||
job = {
|
job = {
|
||||||
backgroundTask.concurrency = 5;
|
backgroundTask.concurrency = 5;
|
||||||
faceDetection.concurrency = 2; # CPU-intensive
|
faceDetection.concurrency = 1;
|
||||||
library.concurrency = 7;
|
library.concurrency = 7;
|
||||||
metadataExtraction.concurrency = 7;
|
metadataExtraction.concurrency = 7;
|
||||||
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 = 2; # ML-intensive
|
ocr.concurrency = 1; # ML-intensive
|
||||||
smartSearch.concurrency = 2; # ML-intensive
|
smartSearch.concurrency = 1; # ML-intensive
|
||||||
thumbnailGeneration.concurrency = 7;
|
thumbnailGeneration.concurrency = 5;
|
||||||
videoConversion.concurrency = 1; # serialize for stability
|
videoConversion.concurrency = 1; # serialize for stability
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue