You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are new gRPC specific features available to use in this update.
287
287
288
288
##### Channel Pooling
289
-
To customize the number of channels your client uses, you can update the channel provider in the DatastoreOptions.
289
+
To customize the number of channels your client uses, you can update the channel provider in the DatastoreOptions.
290
290
See [ChannelPoolSettings](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.grpc.ChannelPoolSettings) and [Performance Best Practices](https://grpc.io/docs/guides/performance/) for more information on channel pools and best practices for performance.
291
291
292
292
Example:
@@ -480,7 +480,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments