From 8a8543e8b9bdaaa826a13709704a290d30b73632 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 14 Nov 2025 14:46:47 +0800 Subject: [PATCH] no message --- app/Services/Cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();