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 77f97e4Copy full SHA for 77f97e4
google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java
@@ -224,7 +224,7 @@ public class GapicSpannerRpc implements SpannerRpc {
224
PathTemplate.create("projects/{project}");
225
private static final PathTemplate OPERATION_NAME_TEMPLATE =
226
PathTemplate.create("{database=projects/*/instances/*/databases/*}/operations/{operation}");
227
- private static final int MAX_MESSAGE_SIZE = 100 * 1024 * 1024;
+ private static final int MAX_MESSAGE_SIZE = 256 * 1024 * 1024;
228
private static final int MAX_METADATA_SIZE = 32 * 1024; // bytes
229
private static final String PROPERTY_TIMEOUT_SECONDS =
230
"com.google.cloud.spanner.watchdogTimeoutSeconds";
0 commit comments