Skip to content

Commit

Permalink
speedcd: update MST
Browse files Browse the repository at this point in the history
can't find anything in the FAQ or Rules, but after seeding for 48hrs and stopping, the site listed the torrents as 'forgotten' with another 24hrs needed
  • Loading branch information
ilike2burnthing committed Jan 25, 2021
1 parent e87ef5b commit 5271179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jackett.Common/Indexers/SpeedCD.cs
Expand Up @@ -212,7 +212,7 @@ protected override async Task<IEnumerable<ReleaseInfo>> PerformQuery(TorznabQuer
Seeders = seeders,
Peers = seeders + leechers,
MinimumRatio = 1,
MinimumSeedTime = 172800, // 48 hours
MinimumSeedTime = 259200, // 72 hours
DownloadVolumeFactor = downloadVolumeFactor,
UploadVolumeFactor = 1
};
Expand Down

0 comments on commit 5271179

Please sign in to comment.