changed thread count
This commit is contained in:
		| @@ -66,7 +66,7 @@ logging_consumer::logging_consumer(event_level level, std::string log_directory) | ||||
|                       set_level(event_level_); | ||||
|                     }); | ||||
|  | ||||
|   spdlog::init_thread_pool(8192, 1); | ||||
|   spdlog::init_thread_pool(8192, 2); | ||||
|   std::vector<spdlog::sink_ptr> sinks{ | ||||
|       std::make_shared<spdlog::sinks::stdout_color_sink_mt>(), | ||||
|       std::make_shared<spdlog::sinks::rotating_file_sink_mt>( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user