Skip to content

Commit df024ce

Browse files
committed
---
yaml --- r: 8413 b: refs/heads/master c: e1bbe83 h: refs/heads/master i: 8411: 784d6ea
1 parent 37b7d83 commit df024ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: aecf7d914e4cf242f2b8180ca230a8ae1cdecad5
2+
refs/heads/master: e1bbe83869eb6dcaf0579c841dde376d9d9b3793
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 3e16a39145437096333db5811e5c0292719c1823
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/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)