We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389dc64 commit c0e791eCopy full SHA for c0e791e
1 file changed
internal/apps/ai-proxy/route/transports/proxy.go
@@ -36,7 +36,7 @@ const (
36
37
// shared base dialer for all outbound connections
38
var baseDialer = &net.Dialer{
39
- Timeout: 10 * time.Second, // Timeout for establishing a TCP connection, even when routing through proxies.
+ Timeout: 60 * time.Second, // Timeout for establishing a TCP connection, even when routing through proxies.
40
KeepAlive: 60 * time.Second, // Keep-alive interval to keep long-lived TCP connections reusable.
41
}
42
0 commit comments