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:
Aleksandr Khromykh 2023-10-04 16:41:39 +02:00 committed by Fabio Baltieri
commit 0ba6e80a12

View file

@ -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.