Skip to content

Commit 420cc55

Browse files
authored
Merge pull request #501 from amrbekhit/websockets_tcp_timeout_increase
Increased WEBSOCKETS_TCP_TIMEOUT to 5000ms.
2 parents 64296cc + 4ee0ba5 commit 420cc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebSockets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
#endif
7878

79-
#define WEBSOCKETS_TCP_TIMEOUT (2000)
79+
#define WEBSOCKETS_TCP_TIMEOUT (5000)
8080

8181
#define NETWORK_ESP8266_ASYNC (0)
8282
#define NETWORK_ESP8266 (1)

0 commit comments

Comments
 (0)