diff options
author | fadhil riyanto <me@fadev.org> | 2024-10-04 20:45:42 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-10-04 20:45:42 +0700 |
commit | 15b73113119e06c50a5cb434a80eb3b55640a6df (patch) | |
tree | 386838e3cf1d740d3ad41be2e7740e0c9979deae | |
parent | c16c8f0532a57e501d1f2c034a1f53e27a6087ee (diff) |
test increate fd watch
Signed-off-by: fadhil riyanto <me@fadev.org>
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |