Skip to content

Commit

Permalink
increase lp default stack to 2000
Browse files Browse the repository at this point in the history
Signed-off-by: dirksavage88 <dirksavage88@gmail.com>
  • Loading branch information
dirksavage88 authored and dagar committed May 15, 2024
1 parent 2e7a99a commit ee2a8c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static constexpr wq_config_t ttyS9{"wq:ttyS9", 1728, -30};
static constexpr wq_config_t ttyACM0{"wq:ttyACM0", 1728, -31};
static constexpr wq_config_t ttyUnknown{"wq:ttyUnknown", 1728, -32};

static constexpr wq_config_t lp_default{"wq:lp_default", 1920, -50};
static constexpr wq_config_t lp_default{"wq:lp_default", 2000, -50};

static constexpr wq_config_t test1{"wq:test1", 2000, 0};
static constexpr wq_config_t test2{"wq:test2", 2000, 0};
Expand Down

0 comments on commit ee2a8c9

Please sign in to comment.