X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=8f343c399943a803e60fc5c64a26002dfa8a81fd;hb=e843b9042b77e0e4e17c193820a3e05ffc92cffe;hp=1ddad503512fa3c8f3e2107006c9ca16cf165128;hpb=292ad316a2815762f2e4a822383f1aef5ae49774;p=poolifier.git diff --git a/README.md b/README.md index 1ddad503..8f343c39 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ We already have a bench folder where you can find some comparisons. Before to jump into each poolifier pool type, let highlight that **Node.js comes with a thread pool already**, the libuv thread pool where some particular tasks already run by default. Please take a look at [which tasks run on the libuv thread pool](https://nodejs.org/en/docs/guides/dont-block-the-event-loop/#what-code-runs-on-the-worker-pool). -Now **if your task runs on libuv thread pool**, you can try to: +**If your task runs on libuv thread pool**, you can try to: - Tune the libuv thread pool size setting the [UV_THREADPOOL_SIZE](https://nodejs.org/api/cli.html#cli_uv_threadpool_size_size)