Open oussamasf opened 2 years ago
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
process.env.UV_THREADPOOL_SIZE
You might want to read why setting the threadpool size within your code doesn't work on Windows here https://github.com/nodejs/help/issues/1429
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