Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Remove "su:docs:keywords" from scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Jun 13, 2023
1 parent 1a7f707 commit 41d9cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Application/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function schedule(Schedule $schedule): void
// Затем вычисляем дифф изменений.
$this->call('su:docs:diff');
// Затем вычисляем TF-IDF и генерируем ключевые слова на его основе
$this->call('su:docs:keywords');
// $this->call('su:docs:keywords');
});
}
}

0 comments on commit 41d9cdf

Please sign in to comment.