Skip to content
Unverified Commit a97a290f authored by Morris Jobke's avatar Morris Jobke
Browse files

Cache fetched apps in update check



The code tried to find the apps with updates and thus was called for every available app. This caused to get the full appstore content as often as apps are available. The appstore request itself was cached nevertheless in an appdata dir, but with an object storage this is still a lot of round trips to read this cached result. Thus the instantiated list is now cached in a static variable (because it's a static method call).

Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 3a6d16e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment