From 71fad98d3d908e724efb1efae09c241793be73a9 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Fri, 2 May 2025 18:19:16 -0400 Subject: [PATCH] refactor(cleanup): reduce interval --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index a87b068..ddf5194 100644 --- a/tasks.py +++ b/tasks.py @@ -11,7 +11,7 @@ async def cleanup(): debug("spawned cleanup thread") while True: - await asyncio.sleep(3600 * 12) + await asyncio.sleep(3600) targets = [] for guild_id, player in players.items():