Skip to content

Commit 9b3f24f

Browse files
committed
feat: Improve upon the default gRPC Connection Pool size
1 parent d2bfda9 commit 9b3f24f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google-cloud-datastore/src/main/java/com/google/cloud/datastore/spi/v1/GrpcDatastoreRpc.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public GrpcDatastoreRpc(DatastoreOptions datastoreOptions) throws IOException {
7575
? getClientContextForEmulator(datastoreOptions)
7676
: getClientContext(datastoreOptions);
7777

78-
//
7978
DatastoreStubSettings datastoreStubSettings =
8079
DatastoreStubSettings.newBuilder(clientContext)
8180
.applyToAllUnaryMethods(retrySettingSetter(datastoreOptions))

0 commit comments

Comments
 (0)