mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
show latency in remote/terminal every 10 secs (#5750)
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
cd2ede8369
commit
cdab553800
2 changed files with 16 additions and 2 deletions
|
|
@ -9187,7 +9187,7 @@
|
|||
//desktop.m.onDisplayinfo = deskDisplayInfo;
|
||||
desktop.m.onScreenSizeChange = deskAdjust;
|
||||
desktop.Start(desktopNode._id);
|
||||
desktop.latency.callback = function(ms) { console.log('latency', ms); updateSessionTime(); };
|
||||
desktop.latency.callback = function(ms) { /* console.log('latency', ms); */ updateSessionTime(); };
|
||||
desktop.contype = 1;
|
||||
} else if (contype == 3) {
|
||||
// Ask for user sessions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue