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
1 changed files with 0 additions and 1 deletions

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);