From 15b73113119e06c50a5cb434a80eb3b55640a6df Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Fri, 4 Oct 2024 20:45:42 +0700 Subject: test increate fd watch Signed-off-by: fadhil riyanto --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 2b4acae..6e183ff 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ #define _CONFIG_H_ #define MAX_ACCEPT_WORKER 5 -#define EPOLL_ACCEPTFD_WATCHLIST_LEN 20 +#define EPOLL_ACCEPTFD_WATCHLIST_LEN 100 #define FREE_THREAD_ALLOC 100 #endif \ No newline at end of file -- cgit v1.2.3