From 048edec9edf61664a73c6c630769a47b6613893a Mon Sep 17 00:00:00 2001 From: yhirose Date: Mon, 26 Aug 2024 21:10:38 -0400 Subject: [PATCH] Changed CPPHTTPLIB_KEEPALIVE_MAX_COUNT to 100 --- httplib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httplib.h b/httplib.h index 919306c..7ef5826 100644 --- a/httplib.h +++ b/httplib.h @@ -19,7 +19,7 @@ #endif #ifndef CPPHTTPLIB_KEEPALIVE_MAX_COUNT -#define CPPHTTPLIB_KEEPALIVE_MAX_COUNT 5 +#define CPPHTTPLIB_KEEPALIVE_MAX_COUNT 100 #endif #ifndef CPPHTTPLIB_CONNECTION_TIMEOUT_SECOND