From abb9a5bdda9bde028704c01c47191c64cfa088c8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 12 Jul 2017 13:15:16 -0400 Subject: 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. --- changes/bug22883-config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/bug22883-config (limited to 'changes') 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. + + -- cgit v1.2.3-54-g00ecf