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