Skip to content

Commit d5ff61c

Browse files
committed
Try with longer timeouts.
1 parent aff12e3 commit d5ff61c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

domain-proxy/common.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ const (
1818
DomainSocketKey = "DOMAIN_SOCKET"
1919
DefaultDomainSocket = "/tmp/domain-socket.sock"
2020
ConnectionTimeoutKey = "CONNECTION_TIMEOUT"
21-
DefaultConnectionTimeout = 1000 * time.Millisecond
21+
DefaultConnectionTimeout = 10000 * time.Millisecond
2222
IdleTimeoutKey = "IDLE_TIMEOUT"
23-
DefaultIdleTimeout = 1000 * time.Millisecond
23+
DefaultIdleTimeout = 10000 * time.Millisecond
2424
)
2525

2626
var Logger *log.Logger

0 commit comments

Comments
 (0)