Update (stat refresh time)
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user