1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 22:13:35 +01:00

Change console log to discard on overflow (#1241)

This commit is contained in:
mageven 2020-06-10 04:52:54 +05:30 committed by GitHub
parent 4ef689c67d
commit ce983f360b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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