https://bugs.kde.org/show_bug.cgi?id=468461
Bug ID: 468461 Summary: Adding to the KRecentDocument::add cant take up to 100ms Classification: Frameworks and Libraries Product: frameworks-kio Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kio-bugs-n...@kde.org Reporter: meve...@gmail.com CC: kdelibs-b...@kde.org Target Milestone: --- Since now KRecentDocument::add parses and add data to an xml files, it can take up to 100ms to do its work. We need to make it not slow down main thread. Using a separate thread makes sense, using a daemon with temporary files could make sense. This caused kate to remove use of `KRecentDocument::add` https://invent.kde.org/utilities/kate/-/commit/18dc91a1e6d29aad27072963a12d960517f9da1b Relates to 420504. -- You are receiving this mail because: You are watching all bug changes.