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 2849fae commit 3eee899Copy full SHA for 3eee899
google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java
@@ -344,8 +344,6 @@ 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