Skip to content

Commit

Permalink
Fixed: (ImmortalSeed) Set RateLimit to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Feb 15, 2023
1 parent 4fb5d34 commit e713e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NzbDrone.Core/Indexers/Definitions/ImmortalSeed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class ImmortalSeed : TorrentIndexerBase<UserPassTorrentBaseSettings>
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
public override IndexerCapabilities Capabilities => SetCapabilities();
public override TimeSpan RateLimit => TimeSpan.FromSeconds(5);
private string LoginUrl => Settings.BaseUrl + "takelogin.php";

public ImmortalSeed(IIndexerHttpClient httpClient,
Expand Down

0 comments on commit e713e58

Please sign in to comment.