[CP] increase the limit of RPC write queue

This commit is contained in:
liucc1997 2024-12-17 00:15:19 +00:00 committed by ob-robot
parent 520cdd89eb
commit 612168e1d8

View File

@ -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