mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 20:47:28 +01:00
Reduce JobService.MaxHubUpdatesPerSecond to 1
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Tgstation.Server.Host.Jobs
|
||||
/// <summary>
|
||||
/// The maximum rate at which hub clients can receive updates.
|
||||
/// </summary>
|
||||
const int MaxHubUpdatesPerSecond = 4;
|
||||
const int MaxHubUpdatesPerSecond = 1;
|
||||
|
||||
/// <summary>
|
||||
/// The <see cref="IHubContext"/> for the <see cref="JobsHub"/>.
|
||||
|
||||
Reference in New Issue
Block a user