diff --git a/src/config.rs b/src/config.rs index 392acfb..f911d41 100644 --- a/src/config.rs +++ b/src/config.rs @@ -621,6 +621,7 @@ impl Config { /// Print current configuration. pub fn show(&self) { info!("Ban time: {}s", self.general.ban_time); + info!("Worker threads: {}", self.general.worker_threads); info!( "Healthcheck timeout: {}ms", self.general.healthcheck_timeout