mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
Fixing timeouts
This commit is contained in:
parent
35d526e282
commit
04261921fd
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class MediumParser:
|
|||
return None
|
||||
|
||||
with suppress(Exception):
|
||||
return await asyncio.wait_for(_get_from_cache(), timeout=self.timeout + 1)
|
||||
return await asyncio.wait_for(_get_from_cache(), timeout=3)
|
||||
|
||||
return None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue