mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
onlyencodes: -> 7.0.0
This commit is contained in:
parent
2c72c6d472
commit
693536b48f
1 changed files with 4 additions and 4 deletions
|
@ -150,15 +150,15 @@ search:
|
|||
100%: 0 # freeleech
|
||||
"*": 0 # catch errors
|
||||
uploadvolumefactor:
|
||||
# api returns 0=false, 1=true
|
||||
# api returns False, True
|
||||
selector: double_upload
|
||||
case:
|
||||
0: 1 # normal
|
||||
1: 2 # double
|
||||
False: 1 # normal
|
||||
True: 2 # double
|
||||
# global MR is 0.4 but torrents must be seeded for 2 days regardless of ratio
|
||||
# minimumratio:
|
||||
# text: 0.4
|
||||
minimumseedtime:
|
||||
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
||||
text: 172800
|
||||
# json UNIT3D 6.5.0
|
||||
# json UNIT3D 7.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue