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 f1c6978 commit aabd5fcCopy full SHA for aabd5fc
google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java
@@ -344,6 +344,8 @@ public GapicSpannerRpc(final SpannerOptions options) {
344
InstantiatingGrpcChannelProvider.newBuilder()
345
.setChannelConfigurator(options.getChannelConfigurator())
346
.setEndpoint(options.getEndpoint())
347
+ .setMaxInboundMessageSize(MAX_MESSAGE_SIZE)
348
+ .setMaxInboundMetadataSize(MAX_METADATA_SIZE)
349
.setPoolSize(options.getNumChannels())
350
351
// Set a keepalive time of 120 seconds to help long running
0 commit comments