mirror of https://github.com/lukechilds/node.git
Browse Source
Original text implied it returns physical cpu cores. This is misleading as `os.cpus().length` is often used to get the CPU core count in Node.js. In reality that will return the thread count which may not be what the user intended. Fixes: https://github.com/nodejs/node/issues/16279cpu-docs
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue