mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Address feedback
This commit is contained in:
parent
abfcd68d5e
commit
520a638dd5
@ -209,7 +209,7 @@ class FrigateApp:
|
|||||||
self.timeline_queue: Queue = ff.Queue()
|
self.timeline_queue: Queue = ff.Queue()
|
||||||
|
|
||||||
# Queue for inter process communication
|
# Queue for inter process communication
|
||||||
self.inter_process_queue: Queue = mp.Queue()
|
self.inter_process_queue: Queue = ff.Queue()
|
||||||
|
|
||||||
def init_database(self) -> None:
|
def init_database(self) -> None:
|
||||||
def vacuum_db(db: SqliteExtDatabase) -> None:
|
def vacuum_db(db: SqliteExtDatabase) -> None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user