Skip to content

Commit

Permalink
Remove TTL on GCS cache
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwindell authored May 22, 2024
1 parent 25bfe81 commit 3ac558b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Model/Adapter/StorageObjectManagement.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,7 @@ public function getObject(string $path): ?StorageObject
$this->cache->save(
$this->serializer->serialize(array_merge($cacheGcs, [$path])),
GcsCache::TYPE_IDENTIFIER,
[GcsCache::CACHE_TAG],
86400
[GcsCache::CACHE_TAG]
);

return $object;
Expand Down

0 comments on commit 3ac558b

Please sign in to comment.