diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-13 16:55:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-13 16:55:06 -0400 |
commit | 66a564fad8a99a21bd6cda6a70982858376b78e9 (patch) | |
tree | 54d124cdfe5e6e3b92b22e61c3dde02440888361 /changes | |
parent | ec29cae8d7e97d652a87d753d93e4289e5a0ed26 (diff) | |
parent | 66258f8878abe6323c56bcf0b20796e1c43d66fc (diff) | |
download | tor-66a564fad8a99a21bd6cda6a70982858376b78e9.tar.gz tor-66a564fad8a99a21bd6cda6a70982858376b78e9.zip |
Merge branch '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. + + |