no message
This commit is contained in:
parent
1b096d02b5
commit
7b65f54f94
@ -40,7 +40,7 @@ final class CacheTg
|
||||
return $oResult->fail("更新cacheTime失败");
|
||||
}
|
||||
|
||||
return $oResult->done();
|
||||
return $oResult->done($sGroupCode."写入一条缓存");
|
||||
}
|
||||
|
||||
public function saveToSchema(): Flow
|
||||
|
||||
@ -26,7 +26,7 @@ final class Cron
|
||||
$s = (int) ($this->iTestS ?? $s);
|
||||
}
|
||||
|
||||
if ($i % 5 === 0) {
|
||||
if ($i % 3 === 0) {
|
||||
CronArticleSchema::cacheTgSave();
|
||||
CronArticleSchema::pushToSlave();
|
||||
CronHttpQueue::pop();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user