1
0
mirror of synced 2025-04-20 11:47:43 +03:00

Changed CPPHTTPLIB_KEEPALIVE_MAX_COUNT to 100

This commit is contained in:
yhirose 2024-08-26 21:10:38 -04:00
parent af56b7ec0b
commit 048edec9ed

View File

@ -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