Remove debug cleanup change

This commit is contained in:
Nicolas Mowen 2024-12-12 07:28:14 -07:00
parent b4d82084a9
commit 05c95d660a

View File

@ -331,9 +331,8 @@ class EventCleanup(threading.Thread):
def run(self) -> None:
# only expire events every 5 minutes
while not self.stop_event.wait(1):
while not self.stop_event.wait(300):
events_with_expired_clips = self.expire_clips()
return
# delete timeline entries for events that have expired recordings
# delete up to 100,000 at a time