Skip to content

Commit

Permalink
jsonrpc-s: input buffer for fifo transport increased to 8k
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Sep 26, 2015
1 parent 8cced16 commit 0a7e243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/jsonrpc-s/jsonrpc-s_mod.c
Expand Up @@ -1670,7 +1670,7 @@ FILE *jsonrpc_open_reply_fifo(str *srpath)
return 0;
}

#define JSONRPC_BUF_IN_SIZE 4096
#define JSONRPC_BUF_IN_SIZE 8192
static void jsonrpc_run_fifo_server(FILE *fifo_stream)
{
FILE *reply_stream;
Expand Down

0 comments on commit 0a7e243

Please sign in to comment.