mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
doc: Explain how to avoid inconsistent reads on V3BandwidthsFile
Closes 26702.
This commit is contained in:
+3
-1
@@ -2747,7 +2747,9 @@ on the public Tor network.
|
||||
[[V3BandwidthsFile]] **V3BandwidthsFile** __FILENAME__::
|
||||
V3 authoritative directories only. Configures the location of the
|
||||
bandwidth-authority generated file storing information on relays' measured
|
||||
bandwidth capacities. (Default: unset)
|
||||
bandwidth capacities. To avoid inconsistent reads, bandwidth data should
|
||||
be written to temporary file, then renamed to the configured filename.
|
||||
(Default: unset)
|
||||
|
||||
[[V3AuthUseLegacyKey]] **V3AuthUseLegacyKey** **0**|**1**::
|
||||
If set, the directory authority will sign consensuses not only with its
|
||||
|
||||
Reference in New Issue
Block a user