increase the value of RPCP_BUF_SIZE

This commit is contained in:
obdev
2023-02-17 18:14:22 +00:00
committed by ob-robot
parent ccdcce96d7
commit cdc3c2b679

View File

@ -18,7 +18,7 @@
#include "rpc/obrpc/ob_rpc_translator.h"
#include "rpc/obmysql/ob_mysql_translator.h"
#define RPCP_BUF_SIZE 1024
#define RPCP_BUF_SIZE 1280
union EP_RPCP_BUF;
RLOCAL_EXTERN(EP_RPCP_BUF, co_ep_rpcp_buf);