set update frequency to 30 seconds

This commit is contained in:
Matthias Nadler 2019-03-23 11:52:39 +01:00
parent 4fc681d4ee
commit ccc7546765

View File

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