From 754351b353ac3313b59d1c986b7f8ca085796a89 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 21 Feb 2011 06:38:36 +0000 Subject: [PATCH] default 300sec fix from raoul SVN revision: 57204 --- legacy/ecore/src/lib/ecore_con/ecore_con_url.c | 1 - 1 file changed, 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_con/ecore_con_url.c b/legacy/ecore/src/lib/ecore_con/ecore_con_url.c index 7d1b23fa20..c85f190927 100644 --- a/legacy/ecore/src/lib/ecore_con/ecore_con_url.c +++ b/legacy/ecore/src/lib/ecore_con/ecore_con_url.c @@ -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;