Skip to content

Commit

Permalink
Use more stringent limits
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jan 8, 2025
1 parent e7d18fc commit 7b81435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Server.BeatmapSubmission/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static void Main(string[] args)

return RateLimitPartition.GetSlidingWindowLimiter(userId, _ => new SlidingWindowRateLimiterOptions
{
PermitLimit = 30,
PermitLimit = 6,
Window = TimeSpan.FromMinutes(1),
SegmentsPerWindow = 6,
QueueLimit = 0,
Expand Down

0 comments on commit 7b81435

Please sign in to comment.