Searched refs:TIMEOUT_FOR_DOWNLOAD (Results 1 – 2 of 2) sorted by relevance
36 constexpr int32_t TIMEOUT_FOR_DOWNLOAD = 600; variable
132 curl_easy_setopt(downloadHandle_, CURLOPT_TIMEOUT, TIMEOUT_FOR_DOWNLOAD); in ProcessThreadExecute()