mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-04 19:30:13 +00:00
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
This commit is contained in:
parent
5ef9c5b059
commit
bb73d531a4
@ -52,13 +52,13 @@
|
|||||||
{{ app_form.downloads_limit_count }}
|
{{ app_form.downloads_limit_count }}
|
||||||
</div>
|
</div>
|
||||||
<div class="settings-item">
|
<div class="settings-item">
|
||||||
<p>Current download speed limit: <span class="settings-current">{{ config.downloads.limit_speed }}</span></p>
|
<p>Current download speed limit: <span class="settings-current">{{ config.downloads.limit_speed }}KB/s</span></p>
|
||||||
<i>Limit download speed. 0 (zero) to deactivate.</i><br>
|
<i>Limit download speed. 0 (zero) to deactivate, e.g. 1000 (1MB/s). Speeds are in KB/s.</i><br>
|
||||||
{{ app_form.downloads_limit_speed }}
|
{{ app_form.downloads_limit_speed }}
|
||||||
</div>
|
</div>
|
||||||
<div class="settings-item">
|
<div class="settings-item">
|
||||||
<p>Current throttled rate limit: <span class="settings-current">{{ config.downloads.throttledratelimit }}</span></p>
|
<p>Current throttled rate limit: <span class="settings-current">{{ config.downloads.throttledratelimit }}KB/s</span></p>
|
||||||
<i>Assume the download is being throttled below this speed and restart. 0 (zero) to deactivate, e.g. 100KB/sec</i><br>
|
<i>Download will restart if speeds drop below specified amount. 0 (zero) to deactivate, e.g. 100. Speeds are in KB/s.</i><br>
|
||||||
{{ app_form.downloads_throttledratelimit }}
|
{{ app_form.downloads_throttledratelimit }}
|
||||||
</div>
|
</div>
|
||||||
<div class="settings-item">
|
<div class="settings-item">
|
||||||
|
Loading…
Reference in New Issue
Block a user