feat(server): start up folder checks ()

This commit is contained in:
Jason Rasmussen 2024-09-07 13:21:25 -04:00 committed by GitHub
parent 2554cc96b0
commit 1e3052bd0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 133 additions and 14 deletions
server/src/interfaces

View file

@ -15,6 +15,7 @@ export enum VectorIndex {
export enum DatabaseLock {
GeodataImport = 100,
Migrations = 200,
SystemFileMounts = 300,
StorageTemplateMigration = 420,
CLIPDimSize = 512,
LibraryWatch = 1337,