We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2187939 commit 4daf7d0Copy full SHA for 4daf7d0
internal/app/upstream/client.go
@@ -76,8 +76,7 @@ type CallOptions struct {
76
SendTimeout time.Duration
77
78
// 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
+ // If unset this defaults to 5 minutes
81
UpstreamKeepaliveTimeout string
82
}
83
0 commit comments