0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-07 04:28:59 +02:00

construct::console: Use context::DISPATCH flag for faster response.

This commit is contained in:
Jason Volk 2019-09-15 17:08:08 -07:00
parent efadd20ce8
commit 52a6c82a93

View file

@ -127,7 +127,7 @@ construct::console::console()
"console",
stack_sz,
std::bind(&console::main, this),
ircd::context::POST
ircd::context::DISPATCH,
}
,runlevel_changed
{