Skip to content

Commit 4daf7d0

Browse files
author
Jyoti Mahapatra
committed
default
Signed-off-by: Jyoti Mahapatra <[email protected]>
1 parent 2187939 commit 4daf7d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/app/upstream/client.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ type CallOptions struct {
7676
SendTimeout time.Duration
7777

7878
// Based on https://github.com/grpc/grpc-go/blob/v1.32.x/keepalive/keepalive.go#L27-L45
79-
// The Default timeout is set to infinity
80-
// If unset this defaults to infinity, else the string is parsed as a time.Duration
79+
// If unset this defaults to 5 minutes
8180
UpstreamKeepaliveTimeout string
8281
}
8382

0 commit comments

Comments
 (0)