Skip to content

Commit

Permalink
Increase HTTP timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Oct 14, 2024
1 parent 7cce893 commit a57f3dd
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 @@ -154,7 +154,7 @@ async def main() -> None:
connector=aiohttp.TCPConnector(
force_close=True, limit_per_host=DISCOVERY_CONCURRENCY_FACTOR
),
timeout=aiohttp.ClientTimeout(total=30),
timeout=aiohttp.ClientTimeout(total=90),
) as session:
ctx: Ctx[Any] = Ctx(
{
Expand Down

0 comments on commit a57f3dd

Please sign in to comment.