diff --git a/lib/common.class.php b/lib/common.class.php index b66f0ac8c..f2f897abc 100644 --- a/lib/common.class.php +++ b/lib/common.class.php @@ -769,7 +769,7 @@ function getURL($url, $cache = 0, $username = '', $password = '', $background = curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); if ($background) { - //curl_setopt($ch, CURLOPT_TIMEOUT, 1); + curl_setopt($ch, CURLOPT_NOSIGNAL, 1); curl_setopt($ch, CURLOPT_TIMEOUT_MS, 1); }