Skip to content

Commit e1bbe83

Browse files
committed
accommodating review comments
1 parent aecf7d9 commit e1bbe83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ private static ManagedChannel createChannel(String rootUrl, RpcChannelFactory fa
255255

256256
static class NettyRpcChannelFactory implements RpcChannelFactory {
257257
private static final int MAX_MESSAGE_SIZE = 100 * 1024 * 1024;
258-
private static final int MAX_HEADER_LIST_SIZE = 8192 * 4; //bytes
258+
private static final int MAX_HEADER_LIST_SIZE = 32 * 1024; //bytes
259259
private final String userAgent;
260260
private final List<ClientInterceptor> interceptors;
261261

0 commit comments

Comments
 (0)