diff --git a/src/Air/StationCache/StationCache.php b/src/Air/StationCache/StationCache.php index ebd9ea47..d2a94a0d 100644 --- a/src/Air/StationCache/StationCache.php +++ b/src/Air/StationCache/StationCache.php @@ -9,7 +9,7 @@ class StationCache implements StationCacheInterface { - final public const int TTL = 3; + final public const int TTL = 300; final public const string CACHE_KEY = 'luft_stations'; protected array $list = []; protected AbstractAdapter $cache;