mirror of
https://github.com//cppla/ServerStatus
synced 2025-05-17 05:49:50 +08:00
改为15秒再次判断是否离线
This commit is contained in:
parent
4e73e8185e
commit
adb05818b9
@ -506,7 +506,7 @@ void CMain::offlineAlarmThread(void *pUser)
|
||||
CClient *pClients = m_OfflineAlarmThreadData->pClients;
|
||||
CWatchDog *pWatchDogs = m_OfflineAlarmThreadData->pWatchDogs;
|
||||
volatile short ClientID = m_OfflineAlarmThreadData->m_ReloadRequired;
|
||||
thread_sleep(6000);
|
||||
thread_sleep(15000);
|
||||
if(!pClients[ClientID].m_Connected)
|
||||
{
|
||||
int ID = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user