Adjust download schedules per teor's #20534 recommendataions

This commit is contained in:
Nick Mathewson
2016-11-07 09:38:49 -05:00
parent e4b793fe41
commit 667ba776b1
3 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -2,5 +2,7 @@
- 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.
Fixes part of bug 20534; bugfix on 0.2.9.1-alpha.
- Use initial delays and decrements in download scheduling closer to
those from 0.2.8. Fixes another part of bug 20534; bugfix on
0.2.9.1-alpha.