8000 Increased WEBSOCKETS_TCP_TIMEOUT to 5000ms. · blackhack/arduinoWebSockets@4ee0ba5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ee0ba5

Browse files
authored
Increased WEBSOCKETS_TCP_TIMEOUT to 5000ms.
See Links2004#500.
1 parent c038f10 commit 4ee0ba5

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)
0