From a8ee0da2b855c88261bb6c7eea890736efce59a2 Mon Sep 17 00:00:00 2001 From: Ainsey11 Date: Sun, 10 Apr 2022 16:33:00 +0100 Subject: [PATCH] Addiing clarification on when the speed limit change takes effect (#218) Relates to https://github.com/bbilly1/tubearchivist/issues/216 Speed limits work as designed, however the wording in the tooltip is a little unclear to newer users about when the speed limit takes effect on their downloads --- tubearchivist/home/templates/home/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index 4fba379..58e69cb 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -48,7 +48,7 @@

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

- Limit download speed. 0 (zero) to deactivate, e.g. 1000 (1MB/s). Speeds are in KB/s.
+ Limit download speed. 0 (zero) to deactivate, e.g. 1000 (1MB/s). Speeds are in KB/s. Setting takes effect on new download jobs or application restart.
{{ app_form.downloads_limit_speed }}