codedamn

Playing with thread pool

Created by Codedamn about a year ago

0

No description provided

1 Comment

    0

    For windows your changes from .js files to env var UV_THREADPOOL_SIZE does not have any impact on it, and you should add this to start or any other npm script which you are using to see the difference (Example: SET UV_THREADPOOL_SIZE=6 && nodemon index.js). Just in case someone on windows and cannot see any difference by changing threadpool size.

Your comment