mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
chore: Lower default duplicate detection distance (#10703)
This commit is contained in:
@@ -258,7 +258,7 @@ export const defaults = Object.freeze<SystemConfig>({
|
||||
},
|
||||
duplicateDetection: {
|
||||
enabled: true,
|
||||
maxDistance: 0.0155,
|
||||
maxDistance: 0.01,
|
||||
},
|
||||
facialRecognition: {
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user