elementary / appcenter

Pay-what-you-can app store for elementary OS
https://elementary.io
GNU General Public License v3.0
541 stars 100 forks source link

Fast start #2185

Closed leolost2605 closed 1 week ago

leolost2605 commented 1 week ago

The installed check is queued and doesn't run until some more time intensive operations finish. However it is actually quite fast so IMO we can do it sync (I didn't notice any bad performance with this). Alternatively we can do it async but I think this might be worth doing on its own thread instead of queuing it as a job.