From faf3330c7f7bad0932e05e9f149be4a559575f56 Mon Sep 17 00:00:00 2001 From: Miha Petkovsek Date: Tue, 15 Nov 2016 19:08:52 +0100 Subject: Extended timeout from 4 to 30 seconds --- php-client/class.phpipam-api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-client/class.phpipam-api.php') diff --git a/php-client/class.phpipam-api.php b/php-client/class.phpipam-api.php index 79f0e64..08b04e5 100644 --- a/php-client/class.phpipam-api.php +++ b/php-client/class.phpipam-api.php @@ -648,7 +648,7 @@ class phpipam_api_client { CURLOPT_URL => $url, CURLOPT_HEADER => 0, CURLOPT_VERBOSE => $this->debug, - CURLOPT_TIMEOUT => 4, + CURLOPT_TIMEOUT => 30, CURLOPT_HTTPHEADER => array("Content-Type: application/json"), CURLOPT_USERAGENT => 'phpipam-api php class', // ssl @@ -839,7 +839,7 @@ class phpipam_api_client { CURLOPT_URL => $this->api_url.$this->api_app_id."/user/", CURLOPT_HEADER => 0, CURLOPT_VERBOSE => $this->debug, - CURLOPT_TIMEOUT => 4, + CURLOPT_TIMEOUT => 30, CURLOPT_USERAGENT => 'phpipam-api php class', // ssl CURLOPT_SSL_VERIFYHOST => 0, -- cgit v1.2.3