Fixed 10-15% idle CPU load by removing log dequeue loop

This commit is contained in:
N00MKRAD
2021-05-13 22:31:13 +02:00
parent 4b12437feb
commit 7b0498f4fc
2 changed files with 5 additions and 11 deletions

View File

@@ -31,7 +31,6 @@ namespace Flowframes
IOUtils.DeleteContentsOfDir(Paths.GetLogPath()); // Clear out older logs from previous session
Networks.Init();
Task.Run(() => Logger.Run());
Task.Run(() => DiskSpaceCheckLoop());
Application.EnableVisualStyles();