-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Labels
A-backendArea: Webserver backendArea: Webserver backendC-technical-debtCategory: This makes the code harder to read and modify, but has no impact on end usersCategory: This makes the code harder to read and modify, but has no impact on end users
Description
Currently we store the archive index files locally after the build, and we never delete them.
We could track last-accessed for these, and remove index files that are not used for some time (a week?).
Any request to a release that doesn't have a local index, will download it first.
We might be able to leverage some SQLite specifics, when the old cbor indexes are migrated.
Metadata
Metadata
Assignees
Labels
A-backendArea: Webserver backendArea: Webserver backendC-technical-debtCategory: This makes the code harder to read and modify, but has no impact on end usersCategory: This makes the code harder to read and modify, but has no impact on end users