@@ -1927,7 +1927,7 @@ namespace Content.Shared.CCVar
|
|||||||
/// The maximum amount of time the entity GC can process, in ms.
|
/// The maximum amount of time the entity GC can process, in ms.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly CVarDef<int> GCMaximumTimeMs =
|
public static readonly CVarDef<int> GCMaximumTimeMs =
|
||||||
CVarDef.Create("entgc.maximum_time_ms", 500, CVar.SERVERONLY);
|
CVarDef.Create("entgc.maximum_time_ms", 5, CVar.SERVERONLY);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Replays
|
* Replays
|
||||||
|
|||||||
Reference in New Issue
Block a user