mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 01:33:53 +00:00
Changed CPPHTTPLIB_KEEPALIVE_MAX_COUNT to 100
This commit is contained in:
parent
af56b7ec0b
commit
048edec9ed
@ -19,7 +19,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CPPHTTPLIB_KEEPALIVE_MAX_COUNT
|
#ifndef CPPHTTPLIB_KEEPALIVE_MAX_COUNT
|
||||||
#define CPPHTTPLIB_KEEPALIVE_MAX_COUNT 5
|
#define CPPHTTPLIB_KEEPALIVE_MAX_COUNT 100
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CPPHTTPLIB_CONNECTION_TIMEOUT_SECOND
|
#ifndef CPPHTTPLIB_CONNECTION_TIMEOUT_SECOND
|
||||||
|
Loading…
x
Reference in New Issue
Block a user