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
Eventually the cache database on disk will get rather large and user's should have a way of trimming the file size. We will use a time-based pruning process with on a configurable upper limit to the database file size set in ape-config.yaml.
Specification
Add last_access timestamp field to all cache tables
ape cache prune - manual command
auto pruning w/ opt out ability
Acceptance Criteria
Max cache file size can be set in ape-config.yaml
Cache file will not exceed max cache file size
Oldest records will be removed first
New records can be added
No duplicates in the cache
Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered:
Overview
Eventually the cache database on disk will get rather large and user's should have a way of trimming the file size. We will use a time-based pruning process with on a configurable upper limit to the database file size set in
ape-config.yaml
.Specification
ape cache prune
- manual commandAcceptance Criteria
Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered: