diff --git a/hwe/sammo/API/Global/GetConst.php b/hwe/sammo/API/Global/GetConst.php index 491dce2f..970cf14a 100644 --- a/hwe/sammo/API/Global/GetConst.php +++ b/hwe/sammo/API/Global/GetConst.php @@ -107,7 +107,7 @@ class GetConst extends \sammo\BaseAPI return new APICacheResult(TimeUtil::secondsToDateTime($this->findLastModified()??\time(), true, true)); } - return new APICacheResult(null, $this->getCacheKey()); + return new APICacheResult(null, $this->getCacheKey(), 60, true); } public function readCache(Cache $cache): null|string|array|int|float|bool