Commit 4be75d07 by Phạm Văn Đoan

tăng số bản ghi cần lấy từ NCT

parent d1a50548
......@@ -46,7 +46,7 @@ class CrawlerNctTrackListenCommand extends Command
public function handle()
{
$from_page = 'nct';
$limit = 10;
$limit = 50;
//$crawlered = $this->trackRepository->getCrawlerListenInserted($from_page, false);
$crawlered = CrawlerListenNct::groupBy('track_id')->pluck('track_id')->all();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment