diff options
author | fadhil riyanto <me@fadev.org> | 2024-09-28 20:48:32 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-09-28 20:48:32 +0700 |
commit | bb83998c2232c93bfa8cf04c030e21f94a125baf (patch) | |
tree | fcdabc665c6d203d6b588abc40e94878981f48b4 /config.h | |
parent | 1df6e9b87d30cd331a9b4b0abd7b655f933c7f93 (diff) |
add epoll
Signed-off-by: fadhil riyanto <me@fadev.org>
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |