Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v2.0.1 to increase DEFAULT_RX_TIMEOUT
Browse files Browse the repository at this point in the history
### Releases v2.0.1

1. Increase `DEFAULT_RX_TIMEOUT` to `30s` from `3s` for slower networks. Check [No result from github https query #8](#8)
  • Loading branch information
khoih-prog authored Mar 24, 2022
1 parent 7dca80d commit 65fb33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AsyncHTTPSRequest_Generic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class xbuf: public Print
DEBUG_IOTA_PORT.printf("Debug(%3ld): ", millis()-_requestStartTime);\
DEBUG_IOTA_PORT.printf_P(PSTR(format),##__VA_ARGS__);}

#define DEFAULT_RX_TIMEOUT 30 // Seconds for timeout
#define DEFAULT_RX_TIMEOUT 30 // Seconds for timeout

#define HTTPCODE_CONNECTION_REFUSED (-1)
#define HTTPCODE_SEND_HEADER_FAILED (-2)
Expand Down

0 comments on commit 65fb33f

Please sign in to comment.