Change-Id: I73927577cc337492ad1ff04eac4c6de4cc6ffa77
curl = curl_easy_init();
if(curl) {
curl_easy_setopt(curl, CURLOPT_URL, media_path);
- curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, 10000L);
+ curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, 4500L);
curl_easy_setopt(curl, CURLOPT_NOBODY, 1L);
curl_easy_setopt(curl, CURLOPT_IPRESOLVE, 1L);
curl = curl_easy_init();
if(curl) {
curl_easy_setopt(curl, CURLOPT_URL, media_path);
- curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, 10000L);
+ curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, 4500L);
curl_easy_setopt(curl, CURLOPT_NOBODY, 1L);
curl_easy_setopt(curl, CURLOPT_IPRESOLVE, 1L);