force update WT deps

This commit is contained in:
ThaUnknown 2021-04-15 01:06:45 +02:00
parent f622218d31
commit 7606ac98e0
2 changed files with 2 additions and 2 deletions

View file

@ -701,7 +701,7 @@
<div class="input-group-prepend">
<span class="input-group-text">Speed Cap</span>
</div>
<input id="torrent7" type="number" value="10" min="1" max="30"
<input id="torrent7" type="number" value="10" min="0" max="50"
class="form-control text-right">
<div class="input-group-append">
<span class="input-group-text">MB/s</span>

File diff suppressed because one or more lines are too long