https://bugs.kde.org/show_bug.cgi?id=487064
Bug ID: 487064
Summary: QML Baloo.Monitor has blocking DBus calls
Classification: Frameworks and Libraries
Product: frameworks-baloo
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
First one is a blocking property getter in Monitor::balooStarted:
slotIndexerStateChanged(m_scheduler->state());
The other one is implicit coercion of a QDBusPendingReply to its result type in
Monitor::updateRemainingTime:
auto remainingTime = m_scheduler->getRemainingTime();
if ((remainingTime != m_remainingTimeSeconds) && (remainingTime > 0)) {
These calls can cause the main loop of the KCM & other consumers to freeze if
the daemon is busy, and increases latency in normal circumstances.
--
You are receiving this mail because:
You are watching all bug changes.