From a004ddc135ba8efd14e57cb24f7b038df409a25f Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 28 Nov 2025 13:19:20 +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 4694a031..60dd22d5 100644 --- a/app/Services/Cron/ArticleSchema.php +++ b/app/Services/Cron/ArticleSchema.php @@ -131,7 +131,7 @@ final class ArticleSchema { echo "\ncacheTgSave::开始\n"; - $iCacheTimeDelay = 600; // 延迟10分钟 + $iCacheTimeDelay = 1200; // 延迟20分钟 $oCacheTime = ModelArticleCacheTime::first(); $iCacheTime = $oCacheTime->time;