telnet: Configure the telnet session stack to be the same as nsh

Using the default 3K stack size will result in insufficient stack when executing certain commands.

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
yinshengkai 2024-03-08 18:14:14 +08:00 committed by Xiang Xiao
parent 524eb0880f
commit e9b457fca1

View File

@ -40,6 +40,6 @@ config SYSTEM_TELNETD_SESSION_PRIORITY
config SYSTEM_TELNETD_SESSION_STACKSIZE
int "Telnetd session task stack size"
default 3072
default SYSTEM_NSH_STACKSIZE
endif # SYSTEM_TELNETD