leostera/warp

Add `warp gc` command

Open

#27 opened on Apr 3, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (22 stars)
PR merge metrics
 (PR metrics pending)

Description

Since we know how often we are accessing certain artifacts in the local store, we can keep track of the last access to allow for routine cleanups of the store.

This will help us keep our store size down to rather stable numbers.

Contributor guide