From 52a6c82a93e27c63bb0abd24b38332556e586c64 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 15 Sep 2019 17:08:08 -0700 Subject: [PATCH] construct::console: Use context::DISPATCH flag for faster response. --- construct/console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/construct/console.cc b/construct/console.cc index 205092a99..fe5aaf62f 100644 --- a/construct/console.cc +++ b/construct/console.cc @@ -127,7 +127,7 @@ construct::console::console() "console", stack_sz, std::bind(&console::main, this), - ircd::context::POST + ircd::context::DISPATCH, } ,runlevel_changed {