mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(server): duplication default settings (#9781)
This commit is contained in:
parent
11152f9b3d
commit
6879bcb7a4
5 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue