Commit 81a5448c authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

Changes file for feature27244

parent 04bb7019
Loading
Loading
Loading
Loading

changes/feature27244

0 → 100644
+5 −0
Original line number Diff line number Diff line
  o Minor features (memory usage):
    - Tor clients no longer need to keep the full text of a consensus in
      memory in order to parse it, or apply a diff to it. Instead, they
      use mmap() to read the consensus files from disk. Closes ticket
      27244.