no message

This commit is contained in:
hellcat 2025-11-14 14:46:47 +08:00
parent 7b65f54f94
commit 8a8543e8b9

View File

@ -26,7 +26,7 @@ final class Cron
$s = (int) ($this->iTestS ?? $s); $s = (int) ($this->iTestS ?? $s);
} }
if ($i % 3 === 0) { if ($s == 0 && $i % 3 === 0) {
CronArticleSchema::cacheTgSave(); CronArticleSchema::cacheTgSave();
CronArticleSchema::pushToSlave(); CronArticleSchema::pushToSlave();
CronHttpQueue::pop(); CronHttpQueue::pop();