mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
Fix POST spamming issue
This commit is contained in:
parent
7e8b86cf57
commit
00b7d1ca96
@ -77,7 +77,7 @@ std::string RunPromise(const std::string& host, const std::string& target, const
|
|||||||
info(("Resumed authenticated session!"));
|
info(("Resumed authenticated session!"));
|
||||||
isAuth = true;
|
isAuth = true;
|
||||||
}
|
}
|
||||||
//std::this_thread::sleep_for(std::chrono::seconds(5));
|
std::this_thread::sleep_for(std::chrono::seconds(5));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void HBInit() {
|
void HBInit() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user