This commit is contained in:
wong
2026-01-17 15:42:00 +08:00
parent 51a731ea68
commit 56d5f0b5a3
2 changed files with 5 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ return [
'command' => 'content:collect',
'schedule' => '*/5 * * * *', // 每5分钟
'options' => [],
'enabled' => true,
'enabled' => false,
'max_concurrent' => 1,
'log_file' => 'crontab_contentCollect.log',
],