mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
chore(server): duplication default settings (#9781)
This commit is contained in:
@@ -81,8 +81,8 @@ const updatedConfig = Object.freeze<SystemConfig>({
|
||||
modelName: 'ViT-B-32__openai',
|
||||
},
|
||||
duplicateDetection: {
|
||||
enabled: false,
|
||||
maxDistance: 0.03,
|
||||
enabled: true,
|
||||
maxDistance: 0.0155,
|
||||
},
|
||||
facialRecognition: {
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user