nodejs/undici

Default fetch timeout too short

Open

#1.373 geöffnet am 26. Apr. 2022

Auf GitHub ansehen
 (18 Kommentare) (14 Reaktionen) (0 zugewiesene Personen)JavaScript (5.319 Stars) (444 Forks)batch import
enhancementgood first issue

Beschreibung

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