Increased CPPHTTPLIB_READ_TIMEOUT_SECOND to 300 from 5
Some checks are pending
test / ubuntu (push) Waiting to run
test / macos (push) Waiting to run
test / windows (push) Waiting to run

This commit is contained in:
yhirose 2024-09-07 16:10:26 -04:00
parent 7fd346a2ca
commit d173a37d17

View file

@ -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