You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Delay icon's caching manager 30s after startup
Icons caching may slow down the startup process but is not necessary
for the app to work
If not called in time, this would only impact cozy-apps opening
animation that will use generic icons (if never called before) or
potentially old icons (in the rare cases when we update a cozy-app
icon)
So we chose to delay this call a short delay after the startup (for now
30s)
0 commit comments