Skip to content

Add request timeouts to reqwest client #29

Description

@vkluna

The reqwest::Client is built with defaults — no connect timeout, no read timeout. A stalled server will hang the download indefinitely. Configure sensible timeouts (e.g. 10s connect, 30s read) on the client builder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendRust/Tauri backend codebugSomething brokenphase-2Phase 2: Core features

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions