diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index 93d5289..732c9b0 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -52,13 +52,13 @@ {{ app_form.downloads_limit_count }}
-

Current download speed limit: {{ config.downloads.limit_speed }}

- Limit download speed. 0 (zero) to deactivate.
+

Current download speed limit: {{ config.downloads.limit_speed }}KB/s

+ Limit download speed. 0 (zero) to deactivate, e.g. 1000 (1MB/s). Speeds are in KB/s.
{{ app_form.downloads_limit_speed }}
-

Current throttled rate limit: {{ config.downloads.throttledratelimit }}

- Assume the download is being throttled below this speed and restart. 0 (zero) to deactivate, e.g. 100KB/sec
+

Current throttled rate limit: {{ config.downloads.throttledratelimit }}KB/s

+ Download will restart if speeds drop below specified amount. 0 (zero) to deactivate, e.g. 100. Speeds are in KB/s.
{{ app_form.downloads_throttledratelimit }}