Author: arma Date: 2014-06-10 16:25:19 +0000 (Tue, 10 Jun 2014) New Revision: 26824
Modified: website/trunk/docs/en/faq.wml Log: get rid of the numcpus faq entry, since tor guesses it now by default
Modified: website/trunk/docs/en/faq.wml =================================================================== --- website/trunk/docs/en/faq.wml 2014-06-10 16:12:20 UTC (rev 26823) +++ website/trunk/docs/en/faq.wml 2014-06-10 16:25:19 UTC (rev 26824) @@ -155,8 +155,6 @@ <li><a href="#IDontHaveAStaticIP">I don't have a static IP.</a></li> <li><a href="#PortscannedMore">Why do I get portscanned more often when I run a Tor relay?</a></li> - <li><a href="#MoreThanOneCPU">I have more than one CPU. Does this - help?</a></li> <li><a href="#HighCapacityConnection">How can I get Tor to fully make use of my high capacity connection?</a></li> <li><a href="#RelayFlexible">How stable does my relay need to @@ -2253,22 +2251,6 @@
<hr>
- <a id="MoreThanOneCPU"></a> - <h3><a class="anchor" href="#MoreThanOneCPU">I have more than one CPU. - Does this help?</a></h3> - - <p> - Yes. You can set your NumCpus config option in torrc to the number of - CPUs you have, and Tor will spawn this many cpuworkers to deal with - public key operations in parallel. - </p> - - <p> - This option has no effect for clients. - </p> - - <hr> - <a id="HighCapacityConnection"></a> <h3><a class="anchor" href="#HighCapacityConnection">How can I get Tor to fully make use of my high capacity connection?</a></h3>
tor-commits@lists.torproject.org