Remove SetThreadIOPriority, fixes poor performance on macos
This commit is contained in:
@@ -76,7 +76,6 @@ CollectionWatcher::CollectionWatcher(QObject *parent)
|
|||||||
rescan_paused_(false),
|
rescan_paused_(false),
|
||||||
total_watches_(0),
|
total_watches_(0),
|
||||||
cue_parser_(new CueParser(backend_, this)) {
|
cue_parser_(new CueParser(backend_, this)) {
|
||||||
Utilities::SetThreadIOPriority(Utilities::IOPRIO_CLASS_IDLE);
|
|
||||||
|
|
||||||
rescan_timer_->setInterval(1000);
|
rescan_timer_->setInterval(1000);
|
||||||
rescan_timer_->setSingleShot(true);
|
rescan_timer_->setSingleShot(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user