Added RateLimit service to globally manager short duration ratelimits.

This commit is contained in:
Taloth Saldono 2015-05-27 22:25:53 +02:00
parent fac6b05bb4
commit 78ade3250c
14 changed files with 218 additions and 250 deletions

View file

@ -47,6 +47,7 @@ namespace NzbDrone.Common.Http
public bool AllowAutoRedirect { get; set; }
public Dictionary<string, string> Cookies { get; private set; }
public bool StoreResponseCookie { get; set; }
public TimeSpan RateLimit { get; set; }
public override string ToString()
{