mirror of https://github.com/Jackett/Jackett
uploadcx: update MR and MST
This commit is contained in:
parent
5319790936
commit
8f93049be7
|
@ -155,10 +155,10 @@ search:
|
||||||
case:
|
case:
|
||||||
False: 1 # normal
|
False: 1 # normal
|
||||||
True: 2 # double
|
True: 2 # double
|
||||||
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
|
# global MR is 0.6 but torrents must be seeded for 2 days regardless of ratio
|
||||||
# minimumratio:
|
# minimumratio:
|
||||||
# text: 0.4
|
# text: 0.6
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 7 day (as seconds = 7 x 24 x 60 x 60)
|
# 2 day (as seconds = 2 x 24 x 60 x 60)
|
||||||
text: 604800
|
text: 172800
|
||||||
# json UNIT3D 7.2.5
|
# json UNIT3D 7.2.5
|
||||||
|
|
Loading…
Reference in New Issue