Hive Hive
Sign in

Configurable HTTP timeouts and connection limit

Metadata
Source
GitHub
Version
4.202.0-rc.3
Domains
Published
Jul 03, 2026 · 16:57 UTC
Repository
tuist/tuist
Update

Self-hosted operators can now tune the HTTP settings used by all CLI traffic (server API, registry, previews, cache) via environment variables: TUIST_HTTP_TIMEOUT_INTERVAL_FOR_RESOURCE (default 90s), TUIST_HTTP_TIMEOUT_INTERVAL_FOR_REQUEST (default 120s), and TUIST_HTTP_MAXIMUM_CONNECTIONS_PER_HOST (default 20). On a congested or proxied link, raising the resource timeout lets a slow-but-recoverable download finish as a cache hit instead of falling back to a from-source build.