Skip to content

dx: allow configuring HTTP timeout via env var #7

@tanmayjoddar

Description

@tanmayjoddar

Why

fetchWithRetry() uses a fixed timeout: 10000. Some APIs are slower and contributors may want to increase this without editing code.

Where

  • src/core/fetcher.js

Acceptance Criteria

  • Support APIDRIFT_TIMEOUT_MS env var (number)
  • Default remains 10000 if unset/invalid
  • Document this in README (short note in usage/troubleshooting)

Metadata

Metadata

Assignees

No one assigned

    Labels

    dxDeveloper experiencegood first issueGood for first-time contributorsgssocGSSoC

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions