Skip to content

Commit f86033a

Browse files
LucHeartCopilot
andauthored
Update API/Program.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ae3800a commit f86033a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

API/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
};
6767

6868
// Global fallback limiter
69-
// Fixed window at 10k requests allows 20k bursts if burst occurs at window boundry
69+
// Fixed window at 10k requests allows 20k bursts if burst occurs at window boundary
7070
options.GlobalLimiter = PartitionedRateLimiter.Create<HttpContext, string>(_ =>
7171
RateLimitPartition.GetSlidingWindowLimiter("global-1m", _ => new SlidingWindowRateLimiterOptions
7272
{

0 commit comments

Comments
 (0)