mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
FNP: new mandatory MST, MR is now just global
This commit is contained in:
@@ -182,7 +182,10 @@ search:
|
|||||||
True: 2 # double
|
True: 2 # double
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
|
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
|
||||||
# Maintain global ratio above 0.7 or downloads will get disabled. No MST.
|
# global MR is 0.71 but torrents must be seeded for 7 days regardless of ratio
|
||||||
minimumratio:
|
# minimumratio:
|
||||||
text: 0.71
|
# text: 0.71
|
||||||
|
minimumseedtime:
|
||||||
|
# 7 days (as seconds = 7 x 24 x 60 x 60)
|
||||||
|
text: 604800
|
||||||
# json UNIT3D 8.3.3
|
# json UNIT3D 8.3.3
|
||||||
|
Reference in New Issue
Block a user