mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed bug with agent reconnecting (#6431)
This commit is contained in:
parent
ec7505987d
commit
1d87c42977
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue