From 7850fd9f3686d58cc900908411e57a16b6d9fd41 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 30 Sep 2022 21:59:11 +1300 Subject: [PATCH] lst: new MST. bump engine tag. --- src/Jackett.Common/Definitions/lst.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/lst.yml b/src/Jackett.Common/Definitions/lst.yml index d5f9ae2f1..8c408a1fa 100644 --- a/src/Jackett.Common/Definitions/lst.yml +++ b/src/Jackett.Common/Definitions/lst.yml @@ -148,10 +148,10 @@ search: case: 0: 1 # normal 1: 2 # double -# global MR is 1.0 but torrents must be seeded for 3 days regardless of ratio +# global MR is 1.0 but torrents must be seeded for 5 days regardless of ratio # minimumratio: # text: 1.0 minimumseedtime: - # 3 days (as seconds = 3 x 24 x 60 x 60) - text: 259200 -# json UNIT3D 6.2.1 + # 5 days (as seconds = 5 x 24 x 60 x 60) + text: 432000 +# json UNIT3D 6.3.0