mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: Lower default duplicate detection distance (#10703)
This commit is contained in:
parent
8b6d27f1bc
commit
e54c18367b
3 changed files with 4 additions and 4 deletions
|
|
@ -258,7 +258,7 @@ export const defaults = Object.freeze<SystemConfig>({
|
|||
},
|
||||
duplicateDetection: {
|
||||
enabled: true,
|
||||
maxDistance: 0.0155,
|
||||
maxDistance: 0.01,
|
||||
},
|
||||
facialRecognition: {
|
||||
enabled: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue