context in async factory

This commit is contained in:
gabime 2024-12-06 14:24:28 +02:00
parent fddf4c99d7
commit fbfe246075

View File

@ -26,7 +26,7 @@
namespace spdlog {
namespace details {
static const size_t default_async_q_size = 8192;
static constexpr size_t default_async_q_size = 8192;
}
// async logger factory - creates async loggers backed with thread pool.