nodejs/undici

Default fetch timeout too short

Open

#1373 opened on Apr 26, 2022

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

Description

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.

Contributor guide