From 612168e1d8b936b12a05f7e76fc094c46772e2c0 Mon Sep 17 00:00:00 2001 From: liucc1997 <1192520566@qq.com> Date: Tue, 17 Dec 2024 00:15:19 +0000 Subject: [PATCH] [CP] increase the limit of RPC write queue --- deps/oblib/src/rpc/pnio/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/oblib/src/rpc/pnio/config.h b/deps/oblib/src/rpc/pnio/config.h index 8864564ac..3acbbf529 100644 --- a/deps/oblib/src/rpc/pnio/config.h +++ b/deps/oblib/src/rpc/pnio/config.h @@ -31,5 +31,5 @@ #define ELOOP_WARN_US 500000 #define EPOLL_HANDLE_TIME_LIMIT 500000 #define MAX_REQ_QUEUE_COUNT 4096 -#define MAX_WRITE_QUEUE_COUNT 4096 -#define MAX_CATEG_COUNT 1024 +#define MAX_WRITE_QUEUE_COUNT 8192 +#define MAX_CATEG_COUNT 4096