mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 06:42:25 +02:00
Don't run GC collect in startup in integration tests.
Oof.
This commit is contained in:
@@ -377,7 +377,10 @@ namespace Robust.Server
|
||||
WindowsTickPeriod.TimeBeginPeriod((uint) _config.GetCVar(CVars.SysWinTickPeriod));
|
||||
}
|
||||
|
||||
GC.Collect();
|
||||
if (_config.GetCVar(CVars.SysGCCollectStart))
|
||||
{
|
||||
GC.Collect();
|
||||
}
|
||||
|
||||
ProgramShared.RunExecCommands(_consoleHost, _commandLineArgs?.ExecCommands);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user