From 6843f40b786f201ee5dec7fe59e77678399fbc3a Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Mon, 1 Dec 2025 18:08:22 +0800 Subject: [PATCH] no message --- app/Services/Cron/ArticleSchema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Cron/ArticleSchema.php b/app/Services/Cron/ArticleSchema.php index 0455f81b..412d9e75 100644 --- a/app/Services/Cron/ArticleSchema.php +++ b/app/Services/Cron/ArticleSchema.php @@ -131,7 +131,7 @@ final class ArticleSchema { echo "\ncacheTgSave::开始\n"; - $iCacheTimeDelay = 1800; // 延迟20分钟 + $iCacheTimeDelay = 300; // 延迟5分钟 $oCacheTime = ModelArticleCacheTime::first(); $iCacheTime = $oCacheTime->time;