mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
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.
7 lines
342 B
Text
7 lines
342 B
Text
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.
|
|
|
|
|