From cd4fd9887b335e83980b8d41ef223cfb651fdc2a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 25 Jan 2018 16:05:09 -0500 Subject: [PATCH] fixup! Remove the old ("deterministic") download schedule. oops, fix the bug number. --- changes/refactor23814 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/refactor23814 b/changes/refactor23814 index 75d84bfd12..a67b6989f8 100644 --- a/changes/refactor23814 +++ b/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.