From 2277fdc80d313104eda3a7595717275e68d5f60a Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 8 Jul 2018 17:02:26 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b30f616..eb10a740 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ void daily_example() void async_example() { // default thread pool settings can be modified *before* creating the async logger: - // spdlog::init_thread_pool(32768, 1); // queue with max 32k items 1 backing thread. + // spdlog::init_thread_pool(32768, 1); // queue with 32k items and 1 backing thread. auto async_file = spdlog::basic_logger_mt("async_file_logger", "logs/async_log.txt"); // alternatively: // auto async_file = spdlog::create_async("async_file_logger", "logs/async_log.txt");