Skip to content

Commit

Permalink
construct::console: Use context::DISPATCH flag for faster response.
Browse files Browse the repository at this point in the history
  • Loading branch information
jevolk committed Sep 16, 2019
1 parent efadd20 commit 52a6c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion construct/console.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ construct::console::console()
"console",
stack_sz,
std::bind(&console::main, this),
ircd::context::POST
ircd::context::DISPATCH,
}
,runlevel_changed
{
Expand Down

0 comments on commit 52a6c82

Please sign in to comment.