Files
GareArc 0118924842 feat: make enterprise inner API timeout configurable
Requests to the enterprise inner API relied on httpx's implicit 5s default.
On tenants with many installed apps, POST /webapp/permission/batch exceeds
that budget and the Explore page fails with httpx.ReadTimeout.

Expose ENTERPRISE_API_TIMEOUT so the budget can be raised per deployment,
defaulting to 90s to sit above the enterprise server's own 60s request
timeout rather than racing it.
2026-07-20 20:40:53 -07:00
..
2025-09-18 12:49:10 +08:00