undo the curl timeout option from earlier today

This commit is contained in:
Charles Kerr 2008-05-09 04:00:14 +00:00
parent 908ff151be
commit fb8dccf179
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ addTask( void * vtask )
dbgmsg( "adding task #%lu [%s] (%d remain)", task->tag, task->url, web->remain );
ch = curl_easy_init( );
curl_easy_setopt( ch, CURLOPT_TIMEOUT, 120 );
curl_easy_setopt( ch, CURLOPT_PRIVATE, task );
curl_easy_setopt( ch, CURLOPT_URL, task->url );
curl_easy_setopt( ch, CURLOPT_WRITEFUNCTION, writeFunc );