]> granicus.if.org Git - transmission/commitdiff
(trunk daemon) #3070 "transmisison-remote --blocklist-update timeout" -- fixed in...
authorCharles Kerr <charles@transmissionbt.com>
Wed, 24 Mar 2010 17:18:26 +0000 (17:18 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Wed, 24 Mar 2010 17:18:26 +0000 (17:18 +0000)
daemon/remote.c

index 2ba29025ef50b156cfaeef82f511526fbd3c5f5a..64207751cf4809d8747f6274a24730a247c2fffb 100644 (file)
@@ -1871,7 +1871,7 @@ tr_curl_easy_init( struct evbuffer * writebuf )
     curl_easy_setopt( curl, CURLOPT_POST, 1 );
     curl_easy_setopt( curl, CURLOPT_NETRC, CURL_NETRC_OPTIONAL );
     curl_easy_setopt( curl, CURLOPT_HTTPAUTH, CURLAUTH_ANY );
-    curl_easy_setopt( curl, CURLOPT_TIMEOUT, 60L );
+    curl_easy_setopt( curl, CURLOPT_TIMEOUT, 300L );
     curl_easy_setopt( curl, CURLOPT_VERBOSE, debug );
     curl_easy_setopt( curl, CURLOPT_ENCODING, "" ); /* "" tells curl to fill in the blanks with what it was compiled to support */
     if( netrc )