mirror of https://github.com/Jackett/Jackett
chilebt: add MST
This commit is contained in:
parent
788e512443
commit
ffdedd4d03
|
@ -193,4 +193,10 @@ search:
|
||||||
i[class*="fa-globe text-green"]: 2 # Global Double Upload
|
i[class*="fa-globe text-green"]: 2 # Global Double Upload
|
||||||
i[class*="fa-certificate text-pink"]: 2 # Featured Torrent
|
i[class*="fa-certificate text-pink"]: 2 # Featured Torrent
|
||||||
"*": 1
|
"*": 1
|
||||||
|
# global MR is 0.5 but torrents must be seeded for 7 days regardless of ratio
|
||||||
|
# minimumratio:
|
||||||
|
# text: 0.5
|
||||||
|
minimumseedtime:
|
||||||
|
# 7 day (as seconds = 7 x 24 x 60 x 60)
|
||||||
|
text: 604800
|
||||||
# UNIT3D 1.9.3
|
# UNIT3D 1.9.3
|
||||||
|
|
Loading…
Reference in New Issue