Why
fetchWithRetry() uses a fixed timeout: 10000. Some APIs are slower and contributors may want to increase this without editing code.
Where
Acceptance Criteria
- Support
APIDRIFT_TIMEOUT_MS env var (number)
- Default remains
10000 if unset/invalid
- Document this in README (short note in usage/troubleshooting)
Why
fetchWithRetry()uses a fixedtimeout: 10000. Some APIs are slower and contributors may want to increase this without editing code.Where
src/core/fetcher.jsAcceptance Criteria
APIDRIFT_TIMEOUT_MSenv var (number)10000if unset/invalid