Remove article limit
This commit is contained in:
parent
948bca3f0a
commit
4162c23717
1 changed files with 1 additions and 2 deletions
|
|
@ -26,8 +26,7 @@ private static function fetchArticles(): Collection
|
|||
|
||||
$urls = collect($matches[1] ?? [])
|
||||
->unique()
|
||||
->take(10) // Limit to 10 articles
|
||||
->map(fn($path) => 'https://www.vrt.be' . $path)
|
||||
->map(fn ($path) => 'https://www.vrt.be' . $path)
|
||||
->toArray();
|
||||
|
||||
$responses = Http::pool(function ($pool) use ($urls) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue