aboutsummaryrefslogtreecommitdiff
path: root/changes/bug22883-config
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-12 13:15:16 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-12 13:15:16 -0400
commitabb9a5bdda9bde028704c01c47191c64cfa088c8 (patch)
tree23bd8a5f3d682e02a2a0ac57ea82538d9f15cee2 /changes/bug22883-config
parent5636b160d42e344f936f881992c19b3c27f60a2c (diff)
downloadtor-abb9a5bdda9bde028704c01c47191c64cfa088c8.tar.gz
tor-abb9a5bdda9bde028704c01c47191c64cfa088c8.zip
New configuration option MaxConsensusAgeForDiffs
Relay operators (especially bridge operators) can use this to lower or raise the number of consensuses that they're willing to hold for diff generation purposes. This enables a workaround for bug 22883.
Diffstat (limited to 'changes/bug22883-config')
-rw-r--r--changes/bug22883-config7
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.
+
+