mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 16:04:15 +01:00
construct::console: Use context::DISPATCH flag for faster response.
This commit is contained in:
parent
efadd20ce8
commit
52a6c82a93
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ construct::console::console()
|
|||
"console",
|
||||
stack_sz,
|
||||
std::bind(&console::main, this),
|
||||
ircd::context::POST
|
||||
ircd::context::DISPATCH,
|
||||
}
|
||||
,runlevel_changed
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue