mirror of
https://github.com/transmission/transmission
synced 2025-03-06 11:38:21 +00:00
undo the curl timeout option from earlier today
This commit is contained in:
parent
908ff151be
commit
fb8dccf179
1 changed files with 0 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue