mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
abb9a5bdda
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.
8 lines
342 B
Plaintext
8 lines
342 B
Plaintext
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.
|
|
|
|
|