From 178da4f3526547d72c937116fd7faef9f0a6b73e Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 21 Feb 2011 06:38:36 +0000 Subject: [PATCH] default 300sec fix from raoul git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@57204 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_con/ecore_con_url.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/ecore_con/ecore_con_url.c b/src/lib/ecore_con/ecore_con_url.c index 7d1b23f..c85f190 100644 --- a/src/lib/ecore_con/ecore_con_url.c +++ b/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; -- 2.7.4