We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777549e commit dd24ca0Copy full SHA for dd24ca0
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/BigtableDataSettings.java
@@ -128,7 +128,7 @@ public ManagedChannelBuilder apply(ManagedChannelBuilder input) {
128
return input.usePlaintext();
129
}
130
})
131
- .setKeepAliveTime(Duration.ofSeconds(30)) // sends ping in this interval
+ .setKeepAliveTime(Duration.ofSeconds(61)) // sends ping in this interval
132
.setKeepAliveTimeout(
133
Duration.ofSeconds(10)) // wait this long before considering the connection dead
134
.build());
0 commit comments