mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
cleanup missing files from database once per hour
This commit is contained in:
parent
e00a3a5d31
commit
0af9895b95
@ -554,3 +554,4 @@ class RecordingCleanup(threading.Thread):
|
|||||||
self.expire_recordings()
|
self.expire_recordings()
|
||||||
self.expire_files()
|
self.expire_files()
|
||||||
remove_empty_directories(RECORD_DIR)
|
remove_empty_directories(RECORD_DIR)
|
||||||
|
self.sync_recordings()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user