public function curl_setopt($ch)
 {
     curl_setopt($ch, CURLOPT_TIMEOUT, 3600);
     parent::curl_setopt($ch);
 }