0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-23 21:33:44 +02:00

construct::console: Exempt console from ctx::watchdog cycle warnings.

This commit is contained in:
Jason Volk 2021-04-09 21:27:54 -07:00
parent 6da0291562
commit 7acfa2d7a9

View file

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