pull/8785/head
yang-g 8 years ago
parent e46de3d416
commit 8706c6ec5d
  1. 1
      include/grpc/impl/codegen/grpc_types.h

@ -262,6 +262,7 @@ typedef enum grpc_call_error {
} grpc_call_error;
/* Default send/receive message size limits in bytes. -1 for unlimited. */
/* TODO(roth) Make this match the default receive limit after next release */
#define GRPC_DEFAULT_MAX_SEND_MESSAGE_LENGTH -1
#define GRPC_DEFAULT_MAX_RECV_MESSAGE_LENGTH (4 * 1024 * 1024)

Loading…
Cancel
Save