Kaynağa Gözat

Change console log to discard on overflow (#1241)

mageven 5 yıl önce
ebeveyn
işleme
ce983f360b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Ryujinx.Common/Logging/Logger.cs

+ 1 - 1
Ryujinx.Common/Logging/Logger.cs

@@ -42,7 +42,7 @@ namespace Ryujinx.Common.Logging
             AddTarget(new AsyncLogTargetWrapper(
                 new ConsoleLogTarget("console"),
                 1000,
-                AsyncLogTargetOverflowAction.Block));
+                AsyncLogTargetOverflowAction.Discard));
         }
 
         public static void RestartTime()