diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-31 16:33:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-31 16:33:03 -0400 |
commit | e712b5d784db912f7924f090b918888125aa6bcf (patch) | |
tree | 8955c15bc39c75f6ac4dba0098ec3f54544fee2b /changes | |
parent | 24b7b922ae9adc814890feae661ad64f474307f3 (diff) | |
parent | becc95783979cf1879e6390aad80781d0ce3ea66 (diff) | |
download | tor-e712b5d784db912f7924f090b918888125aa6bcf.tar.gz tor-e712b5d784db912f7924f090b918888125aa6bcf.zip |
Merge branch 'bug19968_029' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19968 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug19968 b/changes/bug19968 new file mode 100644 index 0000000000..b285706e70 --- /dev/null +++ b/changes/bug19968 @@ -0,0 +1,11 @@ + 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. |