mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(downloadclients): qBit add rule UploadSpeedThreshold (#633)
feat(downloadclients): qbit add rule upload speed threshold
This commit is contained in:
parent
6194ca951c
commit
d437f8455e
4 changed files with 35 additions and 12 deletions
|
@ -269,12 +269,20 @@ function FormFieldsRules() {
|
|||
/>
|
||||
|
||||
{settings.rules?.ignore_slow_torrents === true && (
|
||||
<NumberFieldWide
|
||||
name="settings.rules.download_speed_threshold"
|
||||
label="Download speed threshold"
|
||||
placeholder="in KB/s"
|
||||
help="If download speed is below this when max active downloads is hit, download anyways. KB/s"
|
||||
/>
|
||||
<>
|
||||
<NumberFieldWide
|
||||
name="settings.rules.download_speed_threshold"
|
||||
label="Download speed threshold"
|
||||
placeholder="in KB/s"
|
||||
help="If download speed is below this when max active downloads is hit, download anyways. KB/s"
|
||||
/>
|
||||
<NumberFieldWide
|
||||
name="settings.rules.upload_speed_threshold"
|
||||
label="Upload speed threshold"
|
||||
placeholder="in KB/s"
|
||||
help="If upload speed is below this when max active downloads is hit, download anyways. KB/s"
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
</>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue