Update 92-xmpp.js

This commit is contained in:
Dave Conway-Jones
2025-08-04 17:14:58 +01:00
parent 9d57aa1942
commit a6c09e1e84

View File

@@ -399,7 +399,7 @@ module.exports = function(RED) {
node.quiet = false;
node.status({fill:"green",shape:"dot",text:"connected"});
if (node.join) {
node.jointick = setInterval(function() { joinrooms(); }, 60000);
node.jointick = setInterval(function() { joinrooms(); }, 90000);
joinrooms();
}
});