Revert "Mitigate caches being evicted before they can be downloaded"

This reverts commit 1279e8d41c.
This commit is contained in:
Henry Mercer
2026-05-05 18:37:17 +01:00
parent 1279e8d41c
commit 7587714d0a
5 changed files with 12 additions and 91 deletions
-1
View File
@@ -249,7 +249,6 @@ export interface ActionsCacheItem {
created_at?: string;
id?: number;
key?: string;
last_accessed_at?: string;
size_in_bytes?: number;
}