Skip to content

Commit

Permalink
Lower HTTP client timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Oct 14, 2024
1 parent 00e2b26 commit 94a188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async def main() -> None:
connector=aiohttp.TCPConnector(
force_close=True, limit_per_host=DISCOVERY_CONCURRENCY_FACTOR
),
timeout=aiohttp.ClientTimeout(total=240),
timeout=aiohttp.ClientTimeout(total=60),
) as session:
ctx: Ctx[Any] = Ctx(
{
Expand Down

0 comments on commit 94a188f

Please sign in to comment.