mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
torrentleech: correct MST
This commit is contained in:
parent
403ce07841
commit
7dc5b4de3f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue