From 621da7c9b8a25515e3a926dabea1b2eded74ee7c Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Fri, 18 Apr 2025 01:32:50 +0200 Subject: [PATCH] Remove testing config value --- tinyhttp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyhttp.h b/tinyhttp.h index 302ca28..7347207 100644 --- a/tinyhttp.h +++ b/tinyhttp.h @@ -179,7 +179,7 @@ #define TINYHTTP_ROUTER_MAX_PATH_COMPONENTS 32 #define TINYHTTP_HEADER_LIMIT 32 -#define TINYHTTP_SERVER_CONN_LIMIT 3 // (1<<10) +#define TINYHTTP_SERVER_CONN_LIMIT (1<<10) #define TINYHTTP_SERVER_EPOLL_BATCH_SIZE (1<<10) ////////////////////////////////////////////////////////////////////////////