drop MR and MST from public c# indexers

This commit is contained in:
Garfield69
2020-09-27 11:09:42 +13:00
parent ba0b05c447
commit eb7a104f17
15 changed files with 0 additions and 30 deletions

View File

@@ -128,8 +128,6 @@ namespace Jackett.Common.Indexers
Size = 5242880, // 5 MB
Seeders = 1,
Peers = 2,
MinimumRatio = 1,
MinimumSeedTime = 172800, // 48 hours
DownloadVolumeFactor = 0,
UploadVolumeFactor = 1
};