Bluetooth: Mesh: fix settings work queue size for rpr
If RPR server is used then Mesh settings work queue requires more size during provisioning procedure. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
This commit is contained in:
parent
c7779bec8c
commit
0ba6e80a12
1 changed files with 1 additions and 0 deletions
|
@ -1718,6 +1718,7 @@ config BT_MESH_SETTINGS_WORKQ_PRIO
|
|||
|
||||
config BT_MESH_SETTINGS_WORKQ_STACK_SIZE
|
||||
int "Stack size of the settings workq"
|
||||
default 1200 if BT_MESH_RPR_SRV
|
||||
default 880
|
||||
help
|
||||
Size of the settings workqueue stack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue