Stop ram usage getting too high. Compensating for cleanup doing more now

This commit is contained in:
Andy Adshead 2019-02-01 00:07:09 +00:00
parent e350fc5113
commit 2b5ebd6071

View file

@ -68,7 +68,7 @@ namespace Ryujinx.Profiler
}
// No need to run too often
Thread.Sleep(50);
Thread.Sleep(5);
}
}