1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-01 11:07:30 +01:00

Remove SetThreadIOPriority, fixes poor performance on macos

This commit is contained in:
Jonas Kvinge 2018-11-17 03:25:42 +01:00
parent 6129ad1f4d
commit f15c85e807

View File

@ -76,7 +76,6 @@ CollectionWatcher::CollectionWatcher(QObject *parent)
rescan_paused_(false),
total_watches_(0),
cue_parser_(new CueParser(backend_, this)) {
Utilities::SetThreadIOPriority(Utilities::IOPRIO_CLASS_IDLE);
rescan_timer_->setInterval(1000);
rescan_timer_->setSingleShot(true);