mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-05 19:20:19 +02:00
Fixed: (ImmortalSeed) Set RateLimit to 5
This commit is contained in:
parent
4fb5d3432b
commit
e713e58e83
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue