default 300sec fix from raoul

SVN revision: 57204
This commit is contained in:
Carsten Haitzler 2011-02-21 06:38:36 +00:00
parent 94a5e99df3
commit 754351b353
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,6 @@ ecore_con_url_new(const char *url)
* FIXME: Provide a means to change these timeouts
*/
curl_easy_setopt(url_con->curl_easy, CURLOPT_CONNECTTIMEOUT, 30);
curl_easy_setopt(url_con->curl_easy, CURLOPT_TIMEOUT, 300);
curl_easy_setopt(url_con->curl_easy, CURLOPT_FOLLOWLOCATION, 1);
return url_con;