mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
Increased CPPHTTPLIB_READ_TIMEOUT_SECOND to 300 from 5
This commit is contained in:
parent
7fd346a2ca
commit
d173a37d17
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef CPPHTTPLIB_READ_TIMEOUT_SECOND
|
||||
#define CPPHTTPLIB_READ_TIMEOUT_SECOND 5
|
||||
#define CPPHTTPLIB_READ_TIMEOUT_SECOND 300
|
||||
#endif
|
||||
|
||||
#ifndef CPPHTTPLIB_READ_TIMEOUT_USECOND
|
||||
|
|
Loading…
Reference in a new issue