diff --git a/src/Service/FileCache.php b/src/Service/FileCache.php index 646e4e1a..d4679c68 100644 --- a/src/Service/FileCache.php +++ b/src/Service/FileCache.php @@ -9,9 +9,9 @@ class FileCache { /** - * 5 hours + * 5 minutes */ - private const CACHE_DURATION = 5 * 60 * 60; + private const CACHE_DURATION = 5 * 60; /** @var Retriever */ private $retriever;