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
Currently, cache pruning is only applied to nightly platforms, since they are most likely to pile up. The cache keeps a single nightly platform per OS.
As @ralfstx suggested, to prevent platforms from piling up in
~/.tabris-cli/platforms
, least recently used platforms should be removed.For a reasonable size of the platforms cache, last recently used 10 platforms could be kept in cache.
The text was updated successfully, but these errors were encountered: