mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-19 01:39:26 +01:00
Fixed 10-15% idle CPU load by removing log dequeue loop
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user