feat: start dashboard
This commit is contained in:
parent
bacbc6db0e
commit
ec7aa9faba
50 changed files with 3624 additions and 18 deletions
|
|
@ -44,7 +44,7 @@ public class PluralkitApiService(ILogger logger)
|
|||
private readonly ResiliencePipeline _pipeline = new ResiliencePipelineBuilder()
|
||||
.AddRateLimiter(
|
||||
new FixedWindowRateLimiter(
|
||||
new FixedWindowRateLimiterOptions()
|
||||
new FixedWindowRateLimiterOptions
|
||||
{
|
||||
Window = 1.Seconds(),
|
||||
PermitLimit = 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue