mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Changed CPPHTTPLIB_IDLE_INTERVAL_USECOND to 0
This commit is contained in:
parent
62e036f253
commit
0654e5dab4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef CPPHTTPLIB_IDLE_INTERVAL_USECOND
|
||||
#define CPPHTTPLIB_IDLE_INTERVAL_USECOND 100000
|
||||
#define CPPHTTPLIB_IDLE_INTERVAL_USECOND 0
|
||||
#endif
|
||||
|
||||
#ifndef CPPHTTPLIB_REQUEST_URI_MAX_LENGTH
|
||||
|
|
Loading…
Reference in a new issue