mirror of
https://github.com/status-im/codimd.git
synced 2025-02-18 21:46:26 +00:00
Added more infos about connection and disconnection in realtime "getStatus"
This commit is contained in:
parent
5f82df7eb2
commit
3683a6dd34
@ -164,7 +164,11 @@ function getStatus(callback) {
|
|||||||
notesCount: data.rows[0].count,
|
notesCount: data.rows[0].count,
|
||||||
registeredUsers: regcount,
|
registeredUsers: regcount,
|
||||||
onlineRegisteredUsers: regaddresses.length,
|
onlineRegisteredUsers: regaddresses.length,
|
||||||
distinctOnlineRegisteredUsers: distinctregaddresses.length
|
distinctOnlineRegisteredUsers: distinctregaddresses.length,
|
||||||
|
isConnectionBusy: isConnectionBusy,
|
||||||
|
connectionSocketQueueLength: connectionSocketQueue.length,
|
||||||
|
isDisconnectBusy: isDisconnectBusy,
|
||||||
|
disconnectSocketQueueLength: disconnectSocketQueue.length
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user