tor/changes/cpudetect
Nick Mathewson 73d93c033d Autodetect the number of CPUs when possible if NumCPUs==0
This is needed for IOCP, since telling the IOCP backend about all
your CPUs is a good idea.  It'll also come in handy with asn's
multithreaded crypto stuff, and for people who run servers without
reading the manual.
2010-09-28 14:42:21 -04:00

4 lines
149 B
Plaintext

o Minor features
- If you set the NumCPUs option to 0, Tor will try to detect how many
CPUs you have. This is the new default behavior.