refactor(cleanup): reduce interval

This commit is contained in:
Ryan 2025-05-02 18:19:16 -04:00
parent 83d784c917
commit 71fad98d3d
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -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():