Update (stat refresh time)

This commit is contained in:
2023-11-28 17:36:14 +08:00
parent e9b1dac300
commit 28f40e9760

View File

@@ -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();
});