Searched refs:CURL_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
58 static constexpr int CURL_TIMEOUT_MS = 50; variable384 std::this_thread::sleep_for(std::chrono::milliseconds(CURL_TIMEOUT_MS)); in RunThread()
71 static constexpr int CURL_TIMEOUT_MS = 20; variable675 std::this_thread::sleep_for(std::chrono::milliseconds(CURL_TIMEOUT_MS)); in AddCurlHandle()