From 1be6b7a509e35470183df3b89caeac78ad788f25 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 21 Apr 2022 01:18:12 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20Global/GetConst=EC=9D=98=20=EC=BA=90?= =?UTF-8?q?=EC=8B=9C=20=ED=83=80=EC=9E=85=EC=9D=84=20Public=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/Global/GetConst.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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