mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07: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
|
||||
|
||||
#ifndef CPPHTTPLIB_KEEPALIVE_MAX_COUNT
|
||||
#define CPPHTTPLIB_KEEPALIVE_MAX_COUNT 5
|
||||
#define CPPHTTPLIB_KEEPALIVE_MAX_COUNT 100
|
||||
#endif
|
||||
|
||||
#ifndef CPPHTTPLIB_CONNECTION_TIMEOUT_SECOND
|
||||
|
|
Loading…
Reference in a new issue