diff --git a/agents/meshcore.js b/agents/meshcore.js index 003e8ddc..2939c970 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -3767,7 +3767,11 @@ function createMeshCore(agent) { // Update the server on with basic info, logged in users and more advanced stuff, like Intel ME and Network Settings meInfoStr = null; sendPeriodicServerUpdate(null, true); - if (selfInfoUpdateTimer == null) { selfInfoUpdateTimer = setInterval(sendPeriodicServerUpdate, 1200000); } // 20 minutes + if (selfInfoUpdateTimer == null) + { + selfInfoUpdateTimer = setInterval(sendPeriodicServerUpdate, 1200000); // 20 minutes + selfInfoUpdateTimer.metadata = 'meshcore (InfoUpdate Timer)'; + } // Send any state messages if (Object.keys(tunnelUserCount.msg).length > 0) {