samples: net: https-client: Increasing main stack size
The main stack size was too small for this sample application when TLS was enabled. Increasing it to 1504 bytes. Fixes #7269 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
c5615aada4
commit
33eb03a8d9
|
@ -56,3 +56,5 @@ CONFIG_NET_STATISTICS=y
|
|||
|
||||
CONFIG_NET_MGMT=y
|
||||
CONFIG_NET_MGMT_EVENT=y
|
||||
|
||||
CONFIG_MAIN_STACK_SIZE=1504
|
||||
|
|
Loading…
Reference in New Issue