Skip to content

Commit

Permalink
temporarily disable rate limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeybannov committed Jan 22, 2024
1 parent 9decedc commit cc1d8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ASC.Api.Core/Core/BaseStartup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public virtual void Configure(IApplicationBuilder app, IWebHostEnvironment env)
app.UseAuthentication();

// TODO: if some client requests very slow, this line will need to remove
app.UseRateLimiter();
// app.UseRateLimiter();

app.UseAuthorization();

Expand Down

0 comments on commit cc1d8de

Please sign in to comment.