change hearbeat update rate to 10 seconds

This commit is contained in:
Lion Kortlepel 2021-01-30 02:02:47 +01:00
parent 00b7d1ca96
commit 710bb939ad

View File

@ -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(10));
}
}
void HBInit() {