mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
add pps monitor print
This commit is contained in:
parent
84252e892e
commit
c7f8b2b131
@ -20,6 +20,7 @@ void TPPSMonitor::operator()() {
|
|||||||
// hard spi
|
// hard spi
|
||||||
std::this_thread::sleep_for(std::chrono::milliseconds(1));
|
std::this_thread::sleep_for(std::chrono::milliseconds(1));
|
||||||
}
|
}
|
||||||
|
info("PPSMonitor starting");
|
||||||
std::vector<std::shared_ptr<TClient>> TimedOutClients;
|
std::vector<std::shared_ptr<TClient>> TimedOutClients;
|
||||||
while (!mShutdown) {
|
while (!mShutdown) {
|
||||||
int C = 0, V = 0;
|
int C = 0, V = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user