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
It'd be great to have an auto-purging feature, where specific artifacts are deleted if they're not used from cache for a given period of time. A bit like how Git garbage collects.
Something like max_age=7 (for 7 days) in the config file, ideally per resource.
This would require a way to track/modify last used time in the cache.
It'd be great to have an auto-purging feature, where specific artifacts are deleted if they're not used from cache for a given period of time. A bit like how Git garbage collects.
Something like
max_age=7(for 7 days) in the config file, ideally per resource.This would require a way to track/modify last used time in the cache.