nodejs/undici

Default fetch timeout too short

Open

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

GitHub で見る
 (18 comments) (14 reactions) (0 assignees)JavaScript (5,319 stars) (444 forks)batch import
enhancementgood first issue

説明

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.

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