Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jyoti Mahapatra <[email protected]>
  • Loading branch information
Jyoti Mahapatra committed Oct 28, 2020
1 parent 4daf7d0 commit 1e1deb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions api/protos/bootstrap/v1/bootstrap.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ message Upstream {
// The address for the upstream cluster.
SocketAddress address = 1 [(validate.rules).message.required = true];

// grpc connection keep alive time backed by https://github.com/grpc/grpc-go/blob/v1.32.0/keepalive/keepalive.go#L34-L37
// If unset defaults to 5 minutes.
// Usage example: 2m to represent 2 minutes
string keep_alive_time = 2;
}

Expand Down
7 changes: 5 additions & 2 deletions pkg/api/bootstrap/v1/bootstrap.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e1deb7

Please sign in to comment.