diff options
author | fadhil riyanto <me@fadev.org> | 2024-10-03 10:55:19 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-10-03 10:55:19 +0700 |
commit | 06efb0a76c474cc06632424fe550cb70885dc8b8 (patch) | |
tree | bfa35f07707cb8faabd9b62537cc426b043b9e86 /config.h | |
parent | 5c38fe4f88717fa1188e37c3450b6cad096b62b2 (diff) |
fix bug sigsegv
Signed-off-by: fadhil riyanto <me@fadev.org>
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ #define MAX_ACCEPT_WORKER 5 #define EPOLL_ACCEPTFD_WATCHLIST_LEN 20 -#define FREE_THREAD_ALLOC 50 +#define FREE_THREAD_ALLOC 100 #endif
\ No newline at end of file |