mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
858867a31a
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.
7 lines
308 B
Plaintext
7 lines
308 B
Plaintext
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.
|
|
|