set update frequency to 30 seconds
This commit is contained in:
parent
4fc681d4ee
commit
ccc7546765
@ -63,7 +63,7 @@ class PollControls:
|
||||
logger.error("Other Error in close_polls loop")
|
||||
pass
|
||||
|
||||
await asyncio.sleep(5)
|
||||
await asyncio.sleep(30)
|
||||
|
||||
def get_lock(self, server_id):
|
||||
if not self.bot.locks.get(str(server_id)):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user