mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Merge remote-tracking branch 'tor-github/pr/559'
This commit is contained in:
commit
8221b5d587
@ -3271,10 +3271,6 @@ __CacheDirectory__**/cached-microdescs** and **cached-microdescs.new**::
|
||||
router. The ".new" file is an append-only journal; when it gets too
|
||||
large, all entries are merged into a new cached-microdescs file.
|
||||
|
||||
__CacheDirectory__**/cached-routers** and **cached-routers.new**::
|
||||
Obsolete versions of cached-descriptors and cached-descriptors.new. When
|
||||
Tor can't find the newer files, it looks here instead.
|
||||
|
||||
__DataDirectory__**/state**::
|
||||
A set of persistent key-value mappings. These are documented in
|
||||
the file. These include:
|
||||
|
@ -160,7 +160,7 @@ static time_t last_descriptor_download_attempted = 0;
|
||||
*
|
||||
* From time to time, we replace "cached-descriptors" with a new file
|
||||
* containing only the live, non-superseded descriptors, and clear
|
||||
* cached-routers.new.
|
||||
* cached-descriptors.new.
|
||||
*
|
||||
* On startup, we read both files.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user