refactor(storage): rely on cache load for streamed hits

This commit is contained in:
Torsten Dittmann
2026-05-08 15:59:18 +04:00
parent 549e9d1267
commit 9f6003a09e
-2
View File
@@ -718,8 +718,6 @@ Http::init()
$authorization->skip(fn () => $dbForProject->updateDocument('cache', $cacheLog->getId(), new Document([
'accessedAt' => DateTime::now(),
])));
// Refresh the filesystem file's mtime so TTL-based expiry in cache->load() stays valid
\touch($cachePath . DIRECTORY_SEPARATOR . $key);
}
$response