AspNetCoreRateLimit icon indicating copy to clipboard operation
AspNetCoreRateLimit copied to clipboard

Is it possible to use as monthly pool?

Open dawid2151 opened this issue 4 years ago • 1 comments

Is it possible to have a monthly pool of requests, that resets on first day of the month? eg. at 01.02.2022 I can make 1000 requests, regardles of how many have I made in 31.01.2022?

dawid2151 avatar Feb 01 '22 08:02 dawid2151

try FireflySoft.RateLimit with StartTimeType.FromNaturalPeriodBeign

bosima avatar Jun 25 '22 08:06 bosima