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
Copy file name to clipboardExpand all lines: google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubSettings.java
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -356,10 +356,7 @@ public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProvi
356
356
.setMaxInboundMessageSize(MAX_MESSAGE_SIZE)
357
357
.setKeepAliveTime(Duration.ofSeconds(30)) // sends ping in this interval
358
358
.setKeepAliveTimeout(
359
-
Duration.ofSeconds(10)) // wait this long before considering the connection dead
360
-
// Attempts direct access to CBT service over gRPC to improve throughput,
361
-
// whether the attempt is allowed is totally controlled by service owner.
362
-
.setAttemptDirectPath(true);
359
+
Duration.ofSeconds(10)); // wait this long before considering the connection dead
0 commit comments