diff --git a/app/Utils.php b/app/Utils.php index c61bfbef..0a8f1359 100644 --- a/app/Utils.php +++ b/app/Utils.php @@ -20,7 +20,7 @@ class Utils public static function config(string $name = '', mixed $default = null): mixed { /** @var Collection $configs */ - $configs = Cache::remember('configs', 86400, function () { + $configs = Cache::rememberForever('configs', function () { return Config::query()->pluck('value', 'name')->transform(function ($value, $key) { switch ($key) { case ConfigKey::IsAllowGuestUpload: