changed thread count

This commit is contained in:
Scott E. Graves 2024-07-25 12:31:12 -05:00
parent 7a8ae32b85
commit 267c272ce5

View File

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