Skip to content

Commit a0c6eef

Browse files
committed
Slightly tighten global rate-limit
1 parent feba8e8 commit a0c6eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Refresh.GameServer/RefreshGameServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ protected override void SetupConfiguration()
141141
protected override void SetupServices()
142142
{
143143
this.Server.AddService<TimeProviderService>(this.GetTimeProvider());
144-
this.Server.AddRateLimitService(new RateLimitSettings(60, 400, 30, "global"));
144+
this.Server.AddRateLimitService(new RateLimitSettings(90, 380, 45, "global"));
145145
this.Server.AddService<CategoryService>();
146146
this.Server.AddService(new MatchService(this.Server.Logger, this._configStore.GameServer));
147147
this.Server.AddService<ImportService>();

0 commit comments

Comments
 (0)