mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
becc957839
Previously we said we did, but didn't. Fixes #19968; bugfix on 0.2.3.1-alpha.
12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
o Minor bugfixes (relay):
|
|
- Do not try to parallelize workers more than 16x without the
|
|
user explicitly configuring us to do so, even if we do detect more than
|
|
16 CPU cores. Fixes bug 19968; bugfix on
|
|
0.2.3.1-alpha.
|
|
|
|
|
|
o Minor bugfixes (testing):
|
|
- Avoid a unit test failure on systems with over 16 detectable
|
|
CPU cores. Fixes bug 19968; bugfix on
|
|
0.2.3.1-alpha.
|