refactor(cleanup): reduce interval
This commit is contained in:
parent
83d784c917
commit
71fad98d3d
2
tasks.py
2
tasks.py
@ -11,7 +11,7 @@ async def cleanup():
|
|||||||
debug("spawned cleanup thread")
|
debug("spawned cleanup thread")
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
await asyncio.sleep(3600 * 12)
|
await asyncio.sleep(3600)
|
||||||
|
|
||||||
targets = []
|
targets = []
|
||||||
for guild_id, player in players.items():
|
for guild_id, player in players.items():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user