diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-13 16:55:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-13 16:55:02 -0400 |
commit | 66258f8878abe6323c56bcf0b20796e1c43d66fc (patch) | |
tree | 7d9750ba0fdf34fbb4d245f4db25c351c6db4c9d /doc | |
parent | 1ea155b28fbe15408d96019ef0a75fe0c74ac39d (diff) | |
parent | abb9a5bdda9bde028704c01c47191c64cfa088c8 (diff) | |
download | tor-66258f8878abe6323c56bcf0b20796e1c43d66fc.tar.gz tor-66258f8878abe6323c56bcf0b20796e1c43d66fc.zip |
Merge branch 'fewer-diffs' into maint-0.3.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 2459969f98..e17c111919 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2072,6 +2072,16 @@ details.) because clients connect via the ORPort by default. Setting either DirPort or BridgeRelay and setting DirCache to 0 is not supported. (Default: 1) +[[MaxConsensusAgeForDiffs]] **MaxConsensusAgeForDiffs** __N__ **minutes**|**hours**|**days**|**weeks**:: + When this option is nonzero, Tor caches will not try to generate + consensus diffs for any consensus older than this amount of time. + If this option is set to zero, Tor will pick a reasonable default from + the current networkstatus document. You should not set this + option unless your cache is severely low on disk space or CPU. + If you need to set it, keeping it above 3 or 4 hours will help clients + much more than setting it to zero. + (Default: 0) + DIRECTORY AUTHORITY SERVER OPTIONS ---------------------------------- |