Skip to content

Commit

Permalink
Updated default HTTP timeout in base client to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
tfountain committed May 5, 2016
1 parent 77090d8 commit f159653
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Api/BaseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ abstract class BaseClient
* @var array
*/
protected $httpClientConfig = array(
'useragent' => 'Dyn PHP SDK v0.5.0',
'maxredirects' => 5
'useragent' => 'Dyn PHP SDK v0.7.0',
'maxredirects' => 5,
'timeout' => 300
);


Expand Down

0 comments on commit f159653

Please sign in to comment.