Batch checking live status for all channels after startup. (#3757)

This commit is contained in:
xel86
2022-05-22 11:51:23 -04:00
committed by GitHub
parent 4239666934
commit dc34c16dbe
5 changed files with 68 additions and 6 deletions
-5
View File
@@ -188,11 +188,6 @@ TwitchChannel::TwitchChannel(const QString &name)
});
this->chattersListTimer_.start(5 * 60 * 1000);
QObject::connect(&this->liveStatusTimer_, &QTimer::timeout, [=] {
this->refreshLiveStatus();
});
this->liveStatusTimer_.start(60 * 1000);
// debugging
#if 0
for (int i = 0; i < 1000; i++) {