Use larger block size in proto write

pull/10861/head
Craig Tiller 8 years ago
parent b864e7c41c
commit 017b452b7b
  1. 2
      include/grpc++/impl/codegen/proto_utils.h

@ -52,7 +52,7 @@ namespace internal {
class GrpcBufferWriterPeer;
const int kGrpcBufferWriterMaxBufferLength = 8192;
const int kGrpcBufferWriterMaxBufferLength = 1024 * 1024;
class GrpcBufferWriter final
: public ::grpc::protobuf::io::ZeroCopyOutputStream {

Loading…
Cancel
Save