From 89118d9b8c8a563337221c55569299a1b09a29ab Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Mon, 24 Nov 2025 14:10:51 +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 fe299cbe..647dd997 100644 --- a/app/Services/Cron/ArticleSchema.php +++ b/app/Services/Cron/ArticleSchema.php @@ -131,7 +131,7 @@ final class ArticleSchema { echo "\ncacheTgSave::开始\n"; - $iCacheTimeDelay = 180; // 延迟3分钟 + $iCacheTimeDelay = 360; // 延迟6分钟 $oCacheTime = ModelArticleCacheTime::first(); $iCacheTime = $oCacheTime->time;