nodejs/undici

Default fetch timeout too short

Open

#1,373 opened on 2022年4月26日

GitHub で見る
 (20 comments) (14 reactions) (0 assignees)JavaScript (444 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (5,319 stars)
PR merge metrics
 (平均マージ 2d 10h) (30d で 82 merged PRs)

説明

By default fetch times out after 30 seconds. This causes issues like https://github.com/nodejs/undici/issues/1248

Chrome has 300 second time out.

Please set default unidici fetch timeout to 300 seconds by default.

コントリビューターガイド