Skip to content

Commit

Permalink
Merge pull request #128 from danielskinstad/stack-size
Browse files Browse the repository at this point in the history
chore: set default work queue stack-size to 6 kB #12
  • Loading branch information
danielskinstad authored Jan 13, 2025
2 parents f3910d9 + 1463050 commit 28b2554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ if MENDER_MCU_CLIENT
config MENDER_SCHEDULER_WORK_QUEUE_STACK_SIZE
int "Mender Scheduler Work Queue Stack Size (kB)"
range 0 64
default 12
default 6
depends on MENDER_SCHEDULER_SEPARATE_WORK_QUEUE
help
Mender scheduler work queue stack size, customize only if you have a deep understanding of the impacts! Default value is suitable for most applications.
Expand Down

0 comments on commit 28b2554

Please sign in to comment.