Fix admin log crash in the lobby
Add test Fixes https://github.com/space-wizards/space-station-14/issues/5504
This commit is contained in:
@@ -304,6 +304,9 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<int> AdminLogsQueueMax =
|
||||
CVarDef.Create("adminlogs.queue_max", 5000, CVar.SERVERONLY);
|
||||
|
||||
public static readonly CVarDef<int> AdminLogsPreRoundQueueMax =
|
||||
CVarDef.Create("adminlogs.pre_round_queue_max", 5000, CVar.SERVERONLY);
|
||||
|
||||
// How many logs to send to the client at once
|
||||
public static readonly CVarDef<int> AdminLogsClientBatchSize =
|
||||
CVarDef.Create("adminlogs.client_batch_size", 1000, CVar.SERVERONLY);
|
||||
|
||||
Reference in New Issue
Block a user