From 1e2557fb0459606cec2fc6e24a910fa599faefc1 Mon Sep 17 00:00:00 2001 From: hellcat Date: Tue, 4 Aug 2026 18:26:48 +0800 Subject: [PATCH] no message --- app/Services/CacheService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/CacheService.php b/app/Services/CacheService.php index a3d6070f..fedd38fd 100755 --- a/app/Services/CacheService.php +++ b/app/Services/CacheService.php @@ -71,7 +71,7 @@ public static function updateOrderLikes(): array $cArticles = Articles::where('iStatus', 1) ->whereNotNull('sLastLikedAt') ->orderBy('sLastLikedAt', 'desc') - ->limit(10) + ->limit(5) ->get(); // 2. 构造与原结构完全一致的返回数组