Skip to content

Commit

Permalink
Fetch complementary resources
Browse files Browse the repository at this point in the history
  • Loading branch information
XavRsl committed Aug 28, 2024
1 parent 7871b5a commit 4479b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function __construct(Identifier $identifier)
$this->identifier = $identifier;
$this->resourcesToFetch = $identifier->getRelatedResources();
$this->output = new Output();
$this->client = GuzzleFactory::make([], 100);
$this->client = GuzzleFactory::make(['timeout' => 2], 100, null, 0);
}

/**
Expand All @@ -71,7 +71,7 @@ public function fetch(): Output
{
$this->fetchResources();

//$this->fetchComplementaryResources();
$this->fetchComplementaryResources();

$this->output->resetLists();

Expand Down

0 comments on commit 4479b36

Please sign in to comment.