Changeset 7536
- Timestamp:
- Dec 30, 2008, 1:02:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/web.c
r7532 r7536 127 127 128 128 curl_easy_setopt( easy, CURLOPT_DNS_CACHE_TIMEOUT, 3600L ); 129 curl_easy_setopt( easy, CURLOPT_CONNECTTIMEOUT, 60L );129 curl_easy_setopt( easy, CURLOPT_CONNECTTIMEOUT, 120L ); 130 130 curl_easy_setopt( easy, CURLOPT_FOLLOWLOCATION, 1L ); 131 131 curl_easy_setopt( easy, CURLOPT_FORBID_REUSE, 1L ); … … 135 135 curl_easy_setopt( easy, CURLOPT_SSL_VERIFYHOST, 0L ); 136 136 curl_easy_setopt( easy, CURLOPT_SSL_VERIFYPEER, 0L ); 137 curl_easy_setopt( easy, CURLOPT_TIMEOUT, 240L ); 137 138 curl_easy_setopt( easy, CURLOPT_URL, task->url ); 138 139 curl_easy_setopt( easy, CURLOPT_USERAGENT,
Note: See TracChangeset
for help on using the changeset viewer.