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:
parent
6129ad1f4d
commit
f15c85e807
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user