Searched refs:RETRY_SLEEP_MS (Results 1 – 1 of 1) sorted by relevance
41 const uint32_t RETRY_SLEEP_MS = 5; variable322 std::this_thread::sleep_for(std::chrono::milliseconds(RETRY_SLEEP_MS)); in IsExistFile()