mirror of
https://github.com/immich-app/immich.git
synced 2025-11-25 05:50:43 +09: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