diff --git a/src/Init/Heartbeat.cpp b/src/Init/Heartbeat.cpp index 536b0e4..b6f5f07 100644 --- a/src/Init/Heartbeat.cpp +++ b/src/Init/Heartbeat.cpp @@ -77,7 +77,7 @@ std::string RunPromise(const std::string& host, const std::string& target, const info(("Resumed authenticated session!")); isAuth = true; } - //std::this_thread::sleep_for(std::chrono::seconds(5)); + std::this_thread::sleep_for(std::chrono::seconds(5)); } } void HBInit() {