diff --git a/arangod/Agency/AgencyComm.cpp b/arangod/Agency/AgencyComm.cpp index 0e411dd641..863fe7281b 100644 --- a/arangod/Agency/AgencyComm.cpp +++ b/arangod/Agency/AgencyComm.cpp @@ -1316,7 +1316,7 @@ AgencyCommResult AgencyComm::sendWithFailover( AgencyCommResult result; std::string url = initialUrl; - std::chrono::duration waitInterval (.25); // seconds + std::chrono::duration waitInterval (.0); // seconds auto started = std::chrono::steady_clock::now(); auto timeOut = std::chrono::steady_clock::now() + std::chrono::duration(timeout);