We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e022eb5 commit 2465559Copy full SHA for 2465559
1 file changed
src/Http/Controllers/Api/BlogController.php
@@ -267,7 +267,7 @@ public function recommendArticles(Request $request)
267
]);
268
269
$cacheKey = 'article_recommendations_' . $validated['type'] . '_' . md5(json_encode($validated));
270
- $expiresAt = now()->addHours(2); // 缓存2小时
+ $expiresAt = now()->addHours(1); // 缓存2小时
271
$fields = [
272
'id',
273
'title',
0 commit comments