diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-01-21 13:40:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-01-21 13:40:46 -0500 |
commit | b2536c97f941ad2e4e068c43f8ce18469c63585c (patch) | |
tree | d1f4c02ca91248cd919150fa108f685b7631cc37 /changes | |
parent | 2243fc3ad1bb33ca5f4a37952bb474d8314d5325 (diff) | |
parent | 08c0ef61d8aa9490f78c3a77c1fbb86de09b1872 (diff) | |
download | tor-b2536c97f941ad2e4e068c43f8ce18469c63585c.tar.gz tor-b2536c97f941ad2e4e068c43f8ce18469c63585c.zip |
Merge branch 'maint-0.4.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24857 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24857 b/changes/bug24857 new file mode 100644 index 0000000000..ea9c763332 --- /dev/null +++ b/changes/bug24857 @@ -0,0 +1,6 @@ + o Minor bugfixes (directory cache, performance, windows): + - Limit the number of items in the consensus diff cache to 64 on Windows. + We hope this will resolve an issue where Windows relay operators reported + Tor using 100% CPU while we investigate better solutions. Fixes bug 24857; + bugfix on 0.3.1.1-alpha. + |