Commit 4b46bb3
feat(mcp): increase default HTTP proxy timeout from 60s to 5 minutes
MCP tool calls often back long-running operations like database queries
or Lambda invocations that routinely exceed 60 seconds. The previous
default caused consistent timeouts for legitimate use cases.
The .timeout(Duration) builder method remains available for callers who
need a specific value. This change only affects the fallback default
when no timeout is explicitly configured.1 parent ab7a64d commit 4b46bb3
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments