1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Generalized RateLimit logic to all indexers based on indexer id

Co-authored-by: Taloth Saldono <Taloth@users.noreply.github.com>
This commit is contained in:
Robin Dadswell
2021-03-07 23:28:37 +00:00
committed by GitHub
parent 914d3764dc
commit 10205da1c3
7 changed files with 74 additions and 5 deletions
+1
View File
@@ -44,6 +44,7 @@ namespace NzbDrone.Common.Http
public bool StoreResponseCookie { get; set; }
public TimeSpan RequestTimeout { get; set; }
public TimeSpan RateLimit { get; set; }
public string RateLimitKey { get; set; }
public override string ToString()
{