torrentleech: correct MST

This commit is contained in:
Garfield69 2020-10-23 13:30:40 +13:00
parent 403ce07841
commit 7dc5b4de3f
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ namespace Jackett.Common.Indexers
UploadVolumeFactor = 1,
DownloadVolumeFactor = dlVolumeFactor,
MinimumRatio = 1,
MinimumSeedTime = 172800 // 48 hours
MinimumSeedTime = 864000 // 10 days for registered users, less for upgraded users
};
releases.Add(release);