From bb83998c2232c93bfa8cf04c030e21f94a125baf Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Sat, 28 Sep 2024 20:48:32 +0700 Subject: add epoll Signed-off-by: fadhil riyanto --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index c5f8568..baeab66 100644 --- a/config.h +++ b/config.h @@ -2,5 +2,6 @@ #define _CONFIG_H_ #define MAX_ACCEPT_WORKER 5 +#define EPOLL_ACCEPTFD_WATCHLIST_LEN 20 #endif \ No newline at end of file -- cgit v1.2.3