Final tweaks for release

This commit is contained in:
Nav
2021-04-14 23:18:37 +01:00
parent e79b3a42fb
commit 9fc8ce2b48
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ void InsightWorker::startup() {
this->eventDispatchTimer = new QTimer(this);
QTimer::connect(this->eventDispatchTimer, &QTimer::timeout, this, &InsightWorker::dispatchEvents);
this->eventDispatchTimer->start(50);
this->eventDispatchTimer->start(5);
this->eventManager.triggerEvent(
std::make_shared<Events::InsightStateChanged>(ThreadState::READY)