mirror of
https://github.com/matrix-construct/construct
synced 2025-01-20 03:21:54 +01:00
construct::console: Exempt console from ctx::watchdog cycle warnings.
This commit is contained in:
parent
6da0291562
commit
7acfa2d7a9
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ construct::console::console()
|
|||
"console",
|
||||
stack_sz,
|
||||
std::bind(&console::main, this),
|
||||
ircd::context::DISPATCH,
|
||||
ircd::context::DISPATCH | ircd::context::SLICE_EXEMPT,
|
||||
}
|
||||
,runlevel_changed
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue