Fix POST spamming issue

This commit is contained in:
Lion Kortlepel 2021-01-30 02:01:53 +01:00
parent 7e8b86cf57
commit 00b7d1ca96

View File

@ -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() {