mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 16:44:29 +03:00
Cleanup naming
This commit is contained in:
parent
2b8ec3ebac
commit
1c3d1c25fd
@ -256,8 +256,8 @@ class EventCleanup(threading.Thread):
|
||||
|
||||
events_to_update = []
|
||||
|
||||
for batch in query.iterator():
|
||||
events_to_update.append(batch)
|
||||
for event in query.iterator():
|
||||
events_to_update.append(event)
|
||||
|
||||
if len(events_to_update) >= CHUNK_SIZE:
|
||||
logger.debug(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user