1 write to _replenishmentPeriod
System.Threading.RateLimiting (1)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (1)
86
_replenishmentPeriod
= new TimeSpan(_options.Window.Ticks / _options.SegmentsPerWindow);
1 reference to _replenishmentPeriod
System.Threading.RateLimiting (1)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (1)
46
public override TimeSpan ReplenishmentPeriod =>
_replenishmentPeriod
;