Browse Source

fixup! Remove the old ("deterministic") download schedule.

oops, fix the bug number.
Nick Mathewson 6 years ago
parent
commit
cd4fd9887b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      changes/refactor23814

+ 1 - 1
changes/refactor23814

@@ -1,4 +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
+      Closes ticket 23814.