diff --git a/common/jsonrpc_io.c b/common/jsonrpc_io.c index ab7255a9b..e302434e9 100644 --- a/common/jsonrpc_io.c +++ b/common/jsonrpc_io.c @@ -8,7 +8,7 @@ #include #include -#define READ_CHUNKSIZE 2048 +#define READ_CHUNKSIZE (1024*1024) struct jsonrpc_io { MEMBUF(char) membuf;