From 858867a31a31b7a0065481b1f5ad108f02ab337a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 6 Nov 2016 20:14:34 -0500 Subject: Allow infinitely long delays in exponential-backoff downloads It's only safe to remove the failure limit (per 20536) if we are in fact waiting a bit longer each time we try to download. Fixes bug 20534; bugfix on 0.2.9.1-alpha. --- changes/bug20534 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug20534 (limited to 'changes/bug20534') diff --git a/changes/bug20534 b/changes/bug20534 new file mode 100644 index 0000000000..1ffa1f32e9 --- /dev/null +++ b/changes/bug20534 @@ -0,0 +1,6 @@ + o Minor bugfixes (directory download scheduling): + - Remove the maximum delay on exponential-backoff scheduling. + Since we now allow an infinite number of failures (see ticket + 20536), we must now allow the time to grow longer on each failure. + Fixes bug 20534; bugfix on 0.2.9.1-alpha. + -- cgit v1.2.3-54-g00ecf