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;