Stop ram usage getting too high. Compensating for cleanup doing more now
This commit is contained in:
parent
e350fc5113
commit
2b5ebd6071
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ namespace Ryujinx.Profiler
|
||||||
}
|
}
|
||||||
|
|
||||||
// No need to run too often
|
// No need to run too often
|
||||||
Thread.Sleep(50);
|
Thread.Sleep(5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue