Skip to content

Commit

Permalink
Merge pull request #29 from ebizmarts/Issue27
Browse files Browse the repository at this point in the history
closes #27
  • Loading branch information
gonzaloebiz authored Dec 3, 2018
2 parents 9dbbd64 + a02f1fe commit bd8f3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ public function __construct()
curl_setopt($this->_ch, CURLOPT_USERAGENT, 'Ebizmart-MailChimp-PHP/3.0.0');
curl_setopt($this->_ch, CURLOPT_HEADER, false);
curl_setopt($this->_ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($this->_ch, CURLOPT_CONNECTTIMEOUT, 30);
curl_setopt($this->_ch, CURLOPT_TIMEOUT, 60);
curl_setopt($this->_ch, CURLOPT_CONNECTTIMEOUT, 10);
curl_setopt($this->_ch, CURLOPT_TIMEOUT, 10);

$this->root = new Mailchimp_Root($this);
$this->authorizedApps = new Mailchimp_AuthorizedApps($this);
Expand Down

0 comments on commit bd8f3a8

Please sign in to comment.