diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-19 11:04:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-19 11:04:48 -0500 |
commit | 42e31b5c45b5387d1c81067386373636bb8fd5c2 (patch) | |
tree | e0722390bdbe6995899ce30a17df67afb13783a9 /src/app/config/testnet.inc | |
parent | a6ba56761b6dc22011eee015f371d37d7b399a64 (diff) | |
download | tor-42e31b5c45b5387d1c81067386373636bb8fd5c2.tar.gz tor-42e31b5c45b5387d1c81067386373636bb8fd5c2.zip |
Mark TestingEstimatedDescriptorPropagationTime as obsolete.
We stopped looking at this option in 85cf6dcba3693b, back when we
implemented the minimal pieces of prop275. Since then, we've had
code to validate and adjust this option, and to give it a different
value in testing networks, but the option hasn't actually done
anything.
We can safely mark it as OBSOLETE, since doing so does not make any
old configuration get rejected.
Closes ticket 32807.
Diffstat (limited to 'src/app/config/testnet.inc')
-rw-r--r-- | src/app/config/testnet.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/config/testnet.inc b/src/app/config/testnet.inc index 0ed3c38627..f146a03cd1 100644 --- a/src/app/config/testnet.inc +++ b/src/app/config/testnet.inc @@ -17,7 +17,6 @@ { "TestingV3AuthInitialVoteDelay", "20 seconds" }, { "TestingV3AuthInitialDistDelay", "20 seconds" }, { "TestingAuthDirTimeToLearnReachability", "0 minutes" }, -{ "TestingEstimatedDescriptorPropagationTime", "0 minutes" }, { "MinUptimeHidServDirectoryV2", "0 minutes" }, { "TestingServerDownloadInitialDelay", "0" }, { "TestingClientDownloadInitialDelay", "0" }, |