mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 04:33:16 +03:00
Fixed bug with agent reconnecting (#6431)
This commit is contained in:
parent
ec7505987d
commit
1d87c42977
@ -5788,6 +5788,7 @@ function handleServerConnection(state) {
|
||||
|
||||
// Update the server on with basic info, logged in users and more advanced stuff, like Intel ME and Network Settings
|
||||
meInfoStr = null;
|
||||
LastPeriodicServerUpdate = null;
|
||||
sendPeriodicServerUpdate(null, true);
|
||||
if (selfInfoUpdateTimer == null) {
|
||||
selfInfoUpdateTimer = setInterval(sendPeriodicServerUpdate, 1200000); // 20 minutes
|
||||
|
Loading…
Reference in New Issue
Block a user