Increase reaction delay in order to prevent floodwaits

pull/1/head
hikariatama 2022-08-03 14:46:39 +00:00
parent b4d1ef7db1
commit bd5aaa1082
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ class LoaderMod(loader.Module):
asyncio.ensure_future(self.get_repo_list("full"))
self._react_queue = []
@loader.loop(interval=30, autostart=True)
@loader.loop(interval=120, autostart=True)
async def _react_processor(self):
if not self._react_queue:
return