mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Changed CPPHTTPLIB_KEEPALIVE_MAX_COUNT to 100
This commit is contained in:
parent
af56b7ec0b
commit
048edec9ed
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue