FIX: fixed high cpu ussage

This commit is contained in:
hwinkel
2023-08-13 19:31:52 +02:00
parent 3f19bd92b4
commit 4e6738bab4

View File

@@ -192,11 +192,11 @@ namespace TrackList
}
lock.unlock() ;
std::this_thread::sleep_for(std::chrono::milliseconds(100));
lock.lock();
}
lock.unlock();
std::this_thread::sleep_for(std::chrono::milliseconds(100));
lock.release();
}