From bb73d531a4e775b7658e2a2793b1a056ea333058 Mon Sep 17 00:00:00 2001 From: Crocs <34723037+pairofcrocs@users.noreply.github.com> Date: Wed, 10 Nov 2021 04:59:11 -0600 Subject: [PATCH] Update settings.html (#87) * Update settings.html Fixed the example as you wouldn't put KB/s at the end, reworded the explanation, and added "KB/s" at the end of the "Current throttled rate limit:" Also added KB/s to the download speed limit, and added an example. * Update settings.html --- tubearchivist/home/templates/home/settings.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}