mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
parent
f32d4f15b6
commit
493d85b021
34 changed files with 689 additions and 257 deletions
|
|
@ -198,6 +198,7 @@ export enum StorageFolder {
|
|||
}
|
||||
|
||||
export enum SystemMetadataKey {
|
||||
MediaLocation = 'MediaLocation',
|
||||
ReverseGeocodingState = 'reverse-geocoding-state',
|
||||
FacialRecognitionState = 'facial-recognition-state',
|
||||
MemoriesState = 'memories-state',
|
||||
|
|
@ -544,6 +545,7 @@ export enum DatabaseLock {
|
|||
CLIPDimSize = 512,
|
||||
Library = 1337,
|
||||
NightlyJobs = 600,
|
||||
MediaLocation = 700,
|
||||
GetSystemConfig = 69,
|
||||
BackupDatabase = 42,
|
||||
MemoryCreation = 777,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue