We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb26abe commit 26be103Copy full SHA for 26be103
google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java
@@ -309,7 +309,7 @@ public GapicSpannerRpc(final SpannerOptions options) {
309
310
// Set a keepalive time of 120 seconds to help long running
311
// commit GRPC calls succeed
312
- .setKeepAliveTime(Duration.ofSeconds(GRPC_KEEPALIVE_SECONDS * 1000))
+ .setKeepAliveTime(Duration.ofSeconds(GRPC_KEEPALIVE_SECONDS))
313
314
// Then check if SpannerOptions provides an InterceptorProvider. Create a default
315
// SpannerInterceptorProvider if none is provided
0 commit comments