no message

This commit is contained in:
hellcat 2025-11-14 14:39:16 +08:00
parent 1b096d02b5
commit 7b65f54f94
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ final class CacheTg
return $oResult->fail("更新cacheTime失败"); return $oResult->fail("更新cacheTime失败");
} }
return $oResult->done(); return $oResult->done($sGroupCode."写入一条缓存");
} }
public function saveToSchema(): Flow public function saveToSchema(): Flow

View File

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