Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information