From 7acfa2d7a9ca7b24e68d40147e22526fa3c0e77b Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 9 Apr 2021 21:27:54 -0700 Subject: [PATCH] construct::console: Exempt console from ctx::watchdog cycle warnings. --- construct/console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/construct/console.cc b/construct/console.cc index 95ac494ba..44e241b2e 100644 --- a/construct/console.cc +++ b/construct/console.cc @@ -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 {