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

Commit

Permalink
Update FileGetContentsHttpClient.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rande committed Oct 17, 2014
1 parent 706dd7c commit ffb138a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/HttpClient/FileGetContentsHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class FileGetContentsHttpClient implements HttpClientInterface
* @param float $timeout
* @param string|bool $proxy
*/
public function __construct($baseUrl, array $defaultHeaders = array(), $timeout = 1.0, $proxy = false)
public function __construct($baseUrl, array $defaultHeaders = array(), $timeout = 5.0, $proxy = false)
{
$this->defaultHeaders = $defaultHeaders;
$this->timeout = $timeout;
Expand Down Expand Up @@ -182,4 +182,4 @@ public function patch($url, $data = array(), $headers = array())
{
throw new \RuntimeException('Feature not implemented');
}
}
}

0 comments on commit ffb138a

Please sign in to comment.