diff --git a/app/Services/Cron.php b/app/Services/Cron.php index 33cede51..c5f3cb9a 100644 --- a/app/Services/Cron.php +++ b/app/Services/Cron.php @@ -26,7 +26,7 @@ final class Cron $s = (int) ($this->iTestS ?? $s); } - if ($i % 3 === 0) { + if ($s == 0 && $i % 3 === 0) { CronArticleSchema::cacheTgSave(); CronArticleSchema::pushToSlave(); CronHttpQueue::pop();