Skip to content

Commit

Permalink
Ups timeout length to twenty seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbers committed Nov 9, 2016
1 parent 5a8d60c commit fc4ad90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/OaipmhHarvester/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ private function _makeRequest(array $query)
$client->setConfig(
array(
'useragent' => $this->_getUserAgent(),
'timeout' => 20
)
);
$client->setParameterGet($query);
Expand Down

0 comments on commit fc4ad90

Please sign in to comment.