https://bugs.kde.org/show_bug.cgi?id=464467
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/discover/-/commit/0e00a2 | |295ca0f76738c72a068bca38e74 | |057b0c2 --- Comment #2 from Harald Sitter <sit...@kde.org> --- Git commit 0e00a2295ca0f76738c72a068bca38e74057b0c2 by Harald Sitter. Committed on 27/03/2024 at 00:15. Pushed by sitter into branch 'master'. packagekitresource: do not load dependencies on construction there is a limit on how many transaction we can have, don't exhaust them by querying dependencies of updates when we'll possibly not need the information at all. this restores the previous behavior of only requesting dependency information when sizeDescription is called. to facilitate this change the dependencies class now has a getter on whether dependencies are loaded M +8 -1 libdiscover/backends/PackageKitBackend/PackageKitDependencies.cpp M +3 -1 libdiscover/backends/PackageKitBackend/PackageKitDependencies.h M +9 -6 libdiscover/backends/PackageKitBackend/PackageKitResource.cpp https://invent.kde.org/plasma/discover/-/commit/0e00a2295ca0f76738c72a068bca38e74057b0c2 -- You are receiving this mail because: You are watching all bug changes.