Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Feb 15, 2020
1 parent d61d63d commit fe01fa7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit fe01fa7

Please sign in to comment.