mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-11 08:27:29 -04:00
profile io: reset notify count
This fixes 100% cpu usage on that thread
This commit is contained in:
parent
19ad5e4ece
commit
901de32766
@ -40,6 +40,7 @@ object ProfileIOManager {
|
||||
|
||||
private fun observe() {
|
||||
lock.lock()
|
||||
notify.count = 0
|
||||
ignoreAll { delete() }
|
||||
ignoreAll { save() }
|
||||
ignoreAll { reload() }
|
||||
|
Loading…
x
Reference in New Issue
Block a user