# Limits on what download times are too fast/slow/etc.download_toofast = 1download_min = 5download_target = 6download_max = 10
We could use shorter download times, but we're trying to match torflow.
We could allow a wider range of acceptable times.
In particular, 5 and 6 are very close together.
Let's try at least a 4x range, and see if that helps?