diff --git a/e107_handlers/file_class.php b/e107_handlers/file_class.php index 62ea10b5a..f8a9d43ba 100644 --- a/e107_handlers/file_class.php +++ b/e107_handlers/file_class.php @@ -450,7 +450,7 @@ class e_file $cp = $this->initCurl($remote_url); curl_setopt($cp, CURLOPT_FILE, $fp); - curl_setopt($cp, CURLOPT_TIMEOUT, 20);//FIXME Make Pref - avoids get file timeout on slow connections + curl_setopt($cp, CURLOPT_TIMEOUT, 40);//FIXME Make Pref - avoids get file timeout on slow connections /* $cp = curl_init($remote_url);