diff --git a/logging/Log.cs b/logging/Log.cs index f78dda3..08ad3ab 100644 --- a/logging/Log.cs +++ b/logging/Log.cs @@ -613,7 +613,7 @@ static public class log } // TODO PERF Replace this with a semaphore/mutex - Thread.Sleep( 0 ); + Thread.Sleep( 1 ); } var endLine = new LogEvent( LogType.Raw, $"End E N D ******************************************************************************************************************", "", 0, "", "lib.time", "", null );