Skip to content

Commit 754246a

Browse files
Remove unused rate limiting middleware
1 parent 5e86040 commit 754246a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceControl/WebApplicationExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public static void UseServiceControl(this WebApplication app, ForwardedHeadersSe
1616
app.UseResponseCompression();
1717
app.UseMiddleware<BodyUrlRouteFix>();
1818
app.UseHttpLogging();
19-
app.UseRateLimiter();
2019
app.MapHub<MessageStreamerHub>("/api/messagestream");
2120
app.UseCors();
2221
}

0 commit comments

Comments
 (0)