1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 06:31:58 +00:00
This commit is contained in:
Aviv 2024-10-31 17:32:43 +02:00
parent 343cdcfeed
commit 724b538101

View file

@ -32,7 +32,7 @@ You can always use the [Server CLI](/docs/administration/server-commands) to re-
- Previews - Used in the asset viewer.
By default Immich creates 3 thumbnails for each asset,
Blurred (thumbhash) , Small - thumbnails (webp) , and Large - previews (jpeg/webp), using these settings you can change the quality for the thumbnails and previews files that are created.
Blurred (thumbhash) , Small - thumbnails (jpeg/webp) , and Large - previews (jpeg/webp), using these settings you can change the quality for the thumbnails and previews files that are created.
**Thumbnail format**
Allows you to choose the type of format you want for the Thumbnail images, Webp produces smaller files than jpeg, but is slower to encode.
@ -65,7 +65,7 @@ The default resolution for Large thumbnails can be lowered from 1440p (default)
## Job Settings
Using these settings, you can determine the amount of work that will run concurrently for each task in microservices. Some tasks can be set to higher values on computers with powerful hardware and storage with good I/O capabilities.
Using these settings, you can determine the amount of work that will run concurrently for each task. Some tasks can be set to higher values on computers with powerful hardware and storage with good I/O capabilities.
With higher concurrency, the host will work on more assets in parallel,
this advice improves throughput, not latency, for example, it will make Smart Search jobs process more quickly, but it won't make searching faster.
@ -82,6 +82,12 @@ The Facial Recognition Concurrency value cannot be changed because
[DBSCAN](https://www.youtube.com/watch?v=RDZUdRSDOok) is traditionally sequential, but there are parallel implementations of it out there. Our implementation isn't parallel.
:::
## Metadata Settings
### Enable face import
Import faces from EXIF and XMP sidecars (Digikam format)
## External Library
### Library watching (EXPERIMENTAL)