jonasschmedtmann/complete-node-bootcamp

The UV threadpool size environment variable is undefined

oussamasf opened this issue · 1 comments

I can't access or change the UV threadpool environment
i used this line of code : process.env.UV_THREADPOOL_SIZE
and i m using nodeJS version : v16.13.2

You might want to read why setting the threadpool size within your code doesn't work on Windows here nodejs/help#1429