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)
46public override TimeSpan ReplenishmentPeriod => _replenishmentPeriod;