mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-07 13:37:21 +00:00
NSH: The default priority of the network initialization thread should be lower. It is CPU intensive and can interfere with other operations
This commit is contained in:
parent
fe20f19afe
commit
ae142c0605
1 changed files with 5 additions and 1 deletions
|
|
@ -873,7 +873,11 @@ config NSH_NETINIT_THREAD_STACKSIZE
|
|||
|
||||
config NSH_NETINIT_THREAD_PRIORITY
|
||||
int "Network initialization thread priority"
|
||||
default 100
|
||||
default 80
|
||||
---help---
|
||||
This should be set to a priority lower than most tasks. The network
|
||||
PHY polling is CPU intensive and can interfere with the usability of
|
||||
of threads competing for CPU bandwidth.
|
||||
|
||||
endif # NSH_NETINIT_THREAD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue