increase HIBP sleep time to have some marges

This commit is contained in:
Son NK 2021-05-28 17:47:54 +02:00
parent 1750ad45d5
commit c890bfb073
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ async def _hibp_check(api_key, queue):
LOG.d("Updated breaches info for %s", alias)
await asyncio.sleep(1.5)
await asyncio.sleep(1.6)
async def check_hibp():