Remove the old ("deterministic") download schedule.

We haven't meant to use it since we introduced the random
exponential schedule.

Closes ticket 23814.
This commit is contained in:
Nick Mathewson
2018-01-25 15:51:13 -05:00
parent 7a74b3663f
commit e0049ef022
11 changed files with 46 additions and 534 deletions
+4
View File
@@ -0,0 +1,4 @@
o Code simplification and refactoring:
- Remove the old (deterministic) directory retry logic entirely:
We've used exponential backoff exclusively for some time.
Closes ticket 24814