diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index 251a4fd28c..1c5e9ac439 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -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