Commit 6a1a4f4
feat: make PROVIDER_TIMEOUT_MS configurable via environment variable
Fixes #1583
The hardcoded 180s timeout caused fallback chains to fail when upstream
clients (e.g. OpenClaw) share the same timeout — both fire simultaneously
and the client disconnects first, bypassing Manifest's fallback logic.
Reading from PROVIDER_TIMEOUT_MS env var lets self-hosted users set a
lower value so fallbacks can complete within the upstream timeout window.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6d60e55 commit 6a1a4f4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments