Merge branch 'ticket27247'

This commit is contained in:
Nick Mathewson
2018-09-14 09:14:12 -04:00
3 changed files with 12 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (client, memory usage):
- When not running as a directory cache, there is no need to store the
text of the current consensus networkstatus in RAM. Previously,
however, clients would store this anyway, at a cost of over 5 MB.
Now, they do not. Fixes bug 27247; bugfix on 0.3.0.1-alpha.