mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
myanonamouse: add MST and commented MR
This commit is contained in:
parent
c31ce0a8be
commit
462860e6b0
1 changed files with 3 additions and 0 deletions
|
@ -284,6 +284,9 @@ namespace Jackett.Common.Indexers
|
|||
release.DownloadVolumeFactor = item.Value<int>("free") == 1 ? 0 : 1;
|
||||
release.UploadVolumeFactor = 1;
|
||||
|
||||
// release.MinimumRatio = 1; // global MR is 1.0 but torrents must be seeded for 3 days regardless of ratio
|
||||
release.MinimumSeedTime = 259200; // 72 hours
|
||||
|
||||
releases.Add(release);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue