mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
onlyencodes: fix MR #14635
This commit is contained in:
parent
cd30b11618
commit
13c9adfffe
1 changed files with 3 additions and 2 deletions
|
@ -155,8 +155,9 @@ search:
|
|||
case:
|
||||
0: 1 # normal
|
||||
1: 2 # double
|
||||
minimumratio:
|
||||
text: 0.4
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue