digitalcore: correct MST (#10299)

This commit is contained in:
ilike2burnthing
2020-11-26 07:36:06 +00:00
committed by GitHub
parent 039d82e3d8
commit 565ba538ec

View File

@@ -164,7 +164,7 @@ namespace Jackett.Common.Indexers
var tags = new List<string>();
release.MinimumRatio = 1.1;
release.MinimumSeedTime = 172800; // 48 hours
release.MinimumSeedTime = 432000; // 120 hours
release.Title = row.name;
release.Category = MapTrackerCatToNewznab(row.category.ToString());
release.Size = row.size;