Lower dir fetch retry schedules in testing networks.

Also lower maximum interval without directory requests, and raise
maximum download tries.

Implements #6752.
This commit is contained in:
Karsten Loesing
2013-05-16 12:08:48 +02:00
parent 95c34399cf
commit 1293835440
13 changed files with 375 additions and 99 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features:
- Lower directory fetch retry schedules and maximum interval without
directory requests, and raise maximum download tries in testing
networks. Implements #6752.