Skip to content

Commit

Permalink
lowered fetch rate to 5 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Aug 17, 2024
1 parent 9bd0b2f commit d10d41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HeadsetControlQt/headsetcontrolqt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ HeadsetControlQt::HeadsetControlQt(QWidget *parent)
initUI();
createTrayIcon();
updateHeadsetInfo();
timer->start(10000);
timer->start(5000);
connect(timer, &QTimer::timeout, this, &HeadsetControlQt::updateHeadsetInfo);
if (firstRun) {
this->show();
Expand Down

0 comments on commit d10d41b

Please sign in to comment.