Cleanup naming

This commit is contained in:
Nicolas Mowen 2024-12-12 07:12:03 -07:00
parent 2b8ec3ebac
commit 1c3d1c25fd

View File

@ -256,8 +256,8 @@ class EventCleanup(threading.Thread):
events_to_update = [] events_to_update = []
for batch in query.iterator(): for event in query.iterator():
events_to_update.append(batch) events_to_update.append(event)
if len(events_to_update) >= CHUNK_SIZE: if len(events_to_update) >= CHUNK_SIZE:
logger.debug( logger.debug(