Default fetch timeout too short
Open
Beginner friendly
Nobody has claimed this yet.
enhancement
good first issue
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 879
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 68
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the fetch implementation and the configuration that sets its default timeout; review the surrounding discussion and any related tests. Change the default from 30 seconds to 300 seconds, and verify that the default fetch behavior and timeout coverage reflect the new value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100