mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Fix separator
This commit is contained in:
parent
ea7ea018d0
commit
ed816c988c
@ -207,7 +207,7 @@ class FrigateApp:
|
||||
# NOTE: all db accessing processes need to be created before the db can be bound to the main process
|
||||
self.db = SqliteQueueDatabase(
|
||||
self.config.database.path,
|
||||
pragmas={'auto_vacuum', 'FULL'}, # Does not defragment database
|
||||
pragmas={'auto_vacuum': 'FULL'}, # Does not defragment database
|
||||
)
|
||||
models = [Event, Recordings, Timeline]
|
||||
self.db.bind(models)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user