Skip to content

Commit

Permalink
#63: increase iic task stack size to 4000
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Mar 22, 2024
1 parent 8bbe1fd commit 41b629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iictask/GwIicTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void initIicTask(GwApi *api){
if ((*it)->preinit(api)) addTask=true;
}
if (addTask){
api->addUserTask(runIicTask,"iicTask",3000);
api->addUserTask(runIicTask,"iicTask",4000);
}
#endif
}
Expand Down

0 comments on commit 41b629e

Please sign in to comment.