Skip to content

Commit

Permalink
Reduce stack size of core task
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 28, 2025
1 parent 3e2325e commit 393e321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void setup() {
yasolr_init_web_server();

// core task manager
assert(coreTaskManager.asyncStart(512 * 8, 5, 1, 100, true));
assert(coreTaskManager.asyncStart(512 * 7, 5, 1, 100, true));

// task manager for long running tasks like mqtt / pzem
if (unsafeTaskManager.getSize())
Expand Down

0 comments on commit 393e321

Please sign in to comment.