Log worker thread count at startup (#322)

This commit is contained in:
zainkabani
2023-02-16 17:51:38 -05:00
committed by GitHub
parent d5f60b1720
commit 2b05ff4ee5

View File

@@ -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