Explorar o código

adjusting telnet stack size

Philippe G %!s(int64=3) %!d(string=hai) anos
pai
achega
016bc1bb4d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/telnet/telnet.c

+ 1 - 1
components/telnet/telnet.c

@@ -46,7 +46,7 @@
  * Globals
  */
 
-#define TELNET_STACK_SIZE 8048
+#define TELNET_STACK_SIZE 4096
 #define TELNET_RX_BUF 1024
 
 const static char TAG[] = "telnet";