Skip to content

Commit

Permalink
docs: add missing option link (#11031)
Browse files Browse the repository at this point in the history
Internal Bug: 372880242
  • Loading branch information
codyoss authored Oct 24, 2024
1 parent 47bb902 commit 5f3d8d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ connections for later re-use. These are cached to the http.MaxIdleConns
and http.MaxIdleConnsPerHost settings in http.DefaultTransport by default.
For gRPC clients, connection pooling is configurable. Users of Cloud Client
Libraries may specify option.WithGRPCConnectionPool(n) as a client option to
NewClient calls. This configures the underlying gRPC connections to be pooled
and accessed in a round robin fashion.
Libraries may specify [google.golang.org/api/option.WithGRPCConnectionPool]
as a client option to NewClient calls. This configures the underlying gRPC
connections to be pooled and accessed in a round robin fashion.
# Using the Libraries in Container environments(Docker)
Expand Down

0 comments on commit 5f3d8d7

Please sign in to comment.