summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorfadhil riyanto <me@fadev.org>2024-09-28 20:48:32 +0700
committerfadhil riyanto <me@fadev.org>2024-09-28 20:48:32 +0700
commitbb83998c2232c93bfa8cf04c030e21f94a125baf (patch)
treefcdabc665c6d203d6b588abc40e94878981f48b4 /config.h
parent1df6e9b87d30cd331a9b4b0abd7b655f933c7f93 (diff)
add epoll
Signed-off-by: fadhil riyanto <me@fadev.org>
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
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