diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-13 16:55:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-13 16:55:02 -0400 |
commit | 66258f8878abe6323c56bcf0b20796e1c43d66fc (patch) | |
tree | 7d9750ba0fdf34fbb4d245f4db25c351c6db4c9d /changes | |
parent | 1ea155b28fbe15408d96019ef0a75fe0c74ac39d (diff) | |
parent | abb9a5bdda9bde028704c01c47191c64cfa088c8 (diff) | |
download | tor-66258f8878abe6323c56bcf0b20796e1c43d66fc.tar.gz tor-66258f8878abe6323c56bcf0b20796e1c43d66fc.zip |
Merge branch 'fewer-diffs' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22883-config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug22883-config b/changes/bug22883-config new file mode 100644 index 0000000000..d60594d9ae --- /dev/null +++ b/changes/bug22883-config @@ -0,0 +1,7 @@ + o Minor features (directory cache, consensus diff): + - Add a new MaxConsensusAgeForDiffs option to allow directory cache + operators with low-resource environments to adjust the number of + consensuses they'll store and generate diffs from. Most cache operators + should leave it unchanged. Helps to work around bug 22883. + + |