mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
polishtorrent: MST now mandatory
This commit is contained in:
parent
53e06d4de5
commit
8757cdc386
1 changed files with 3 additions and 2 deletions
|
@ -229,8 +229,9 @@ 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 }}"
|
||||||
minimumratio:
|
# global MR is 0.4 but torrents must be seeded for 2 days regardless of ratio
|
||||||
text: 1.0
|
# minimumratio:
|
||||||
|
# text: 0.4
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
||||||
text: 172800
|
text: 172800
|
||||||
|
|
Loading…
Add table
Reference in a new issue