mirror of
https://github.com/immich-app/immich.git
synced 2025-11-25 05:50:43 +09:00
chore(server): duplication default settings (#9781)
This commit is contained in:
@@ -256,8 +256,8 @@ export const defaults = 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