Searched refs:kRetryDelaySeconds (Results 1 – 1 of 1) sorted by relevance
31 static constexpr int kRetryDelaySeconds = 5; variable79 std::this_thread::sleep_for(std::chrono::seconds(kRetryDelaySeconds)); in Get()