mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-01 16:55:21 +03:00
Purge best object upon expiration
This commit is contained in:
parent
8dfff83447
commit
45e14ef37f
@ -512,6 +512,7 @@ class CameraState:
|
||||
c(self.name, obj_name, 0)
|
||||
for c in self.callbacks["snapshot"]:
|
||||
c(self.name, self.best_objects[obj_name], frame_time)
|
||||
del self.best_objects[obj_name]
|
||||
|
||||
# cleanup thumbnail frame cache
|
||||
current_thumb_frames = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user