mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
fix: duplicated library scan jobs and api server library watch (#13734)
This commit is contained in:
parent
43d18ccc36
commit
d95b474e58
3 changed files with 49 additions and 29 deletions
server/src/interfaces
|
@ -19,7 +19,7 @@ export enum DatabaseLock {
|
|||
StorageTemplateMigration = 420,
|
||||
VersionHistory = 500,
|
||||
CLIPDimSize = 512,
|
||||
LibraryWatch = 1337,
|
||||
Library = 1337,
|
||||
GetSystemConfig = 69,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue