mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-04 06:46:23 +00:00
change hearbeat update rate to 10 seconds
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user