From 06efb0a76c474cc06632424fe550cb70885dc8b8 Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Thu, 3 Oct 2024 10:55:19 +0700 Subject: fix bug sigsegv Signed-off-by: fadhil riyanto --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 7d50464..2b4acae 100644 --- a/config.h +++ b/config.h @@ -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 -- cgit v1.2.3