diff --git a/app/Services/Cron/ArticleSchema.php b/app/Services/Cron/ArticleSchema.php index 60dd22d5..0455f81b 100644 --- a/app/Services/Cron/ArticleSchema.php +++ b/app/Services/Cron/ArticleSchema.php @@ -131,7 +131,7 @@ final class ArticleSchema { echo "\ncacheTgSave::开始\n"; - $iCacheTimeDelay = 1200; // 延迟20分钟 + $iCacheTimeDelay = 1800; // 延迟20分钟 $oCacheTime = ModelArticleCacheTime::first(); $iCacheTime = $oCacheTime->time;