diff --git a/app/View/Composers/StatsComposer.php b/app/View/Composers/StatsComposer.php index ef82fc2..915e3de 100644 --- a/app/View/Composers/StatsComposer.php +++ b/app/View/Composers/StatsComposer.php @@ -11,7 +11,7 @@ class StatsComposer public function compose(View $view) { // Retrieve the count from the cache or count and store it if not present - $tools_count = Cache::remember('tools_count', 10800, function () { + $tools_count = Cache::remember('tools_count', 600, function () { return AiTool::count(); });