From fe01fa760b99831cc004c6ef5df8b326ebb81dff Mon Sep 17 00:00:00 2001 From: yhirose Date: Fri, 14 Feb 2020 22:05:47 -0500 Subject: [PATCH] Update README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index bf0b0a8..ab97b26 100644 --- a/README.md +++ b/README.md @@ -199,11 +199,7 @@ Please check [here](https://github.com/yhirose/cpp-httplib/blob/master/example/s `ThreadPool` is used as a default task queue, and the default thread count is set to value from `std::thread::hardware_concurrency()`. -Set thread count to 8: - -```cpp -#define CPPHTTPLIB_THREAD_POOL_COUNT 8 -``` +You can change the thread count by setting `CPPHTTPLIB_THREAD_POOL_COUNT`. ### Override the default thread pool with yours