mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-13 07:53:20 -05: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
|
// Update the server on with basic info, logged in users and more advanced stuff, like Intel ME and Network Settings
|
||||||
meInfoStr = null;
|
meInfoStr = null;
|
||||||
|
LastPeriodicServerUpdate = null;
|
||||||
sendPeriodicServerUpdate(null, true);
|
sendPeriodicServerUpdate(null, true);
|
||||||
if (selfInfoUpdateTimer == null) {
|
if (selfInfoUpdateTimer == null) {
|
||||||
selfInfoUpdateTimer = setInterval(sendPeriodicServerUpdate, 1200000); // 20 minutes
|
selfInfoUpdateTimer = setInterval(sendPeriodicServerUpdate, 1200000); // 20 minutes
|
||||||
|
Loading…
Reference in New Issue
Block a user