mirror of
https://github.com//cppla/ServerStatus
synced 2025-06-01 21:29:50 +08:00
15s -> 25s
This commit is contained in:
parent
adb05818b9
commit
08f15ebdc5
@ -506,7 +506,7 @@ void CMain::offlineAlarmThread(void *pUser)
|
|||||||
CClient *pClients = m_OfflineAlarmThreadData->pClients;
|
CClient *pClients = m_OfflineAlarmThreadData->pClients;
|
||||||
CWatchDog *pWatchDogs = m_OfflineAlarmThreadData->pWatchDogs;
|
CWatchDog *pWatchDogs = m_OfflineAlarmThreadData->pWatchDogs;
|
||||||
volatile short ClientID = m_OfflineAlarmThreadData->m_ReloadRequired;
|
volatile short ClientID = m_OfflineAlarmThreadData->m_ReloadRequired;
|
||||||
thread_sleep(15000);
|
thread_sleep(25000);
|
||||||
if(!pClients[ClientID].m_Connected)
|
if(!pClients[ClientID].m_Connected)
|
||||||
{
|
{
|
||||||
int ID = 0;
|
int ID = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user