@flowfuse/nr-project-nodes
Advanced tools
Comparing version 0.7.4-8ba435f-202409021637.0 to 0.7.4-be9a7cb-202410101247.0
@@ -585,3 +585,3 @@ module.exports = function (RED) { | ||
clean: false, | ||
reconnectPeriod: RED.settings.mqttReconnectTime || 5000, | ||
reconnectPeriod: RED.settings.mqttReconnectTime || crypto.randomInt(3000, 7000), | ||
properties: { | ||
@@ -588,0 +588,0 @@ // Allow the broker to keep the session alive for 2 minutes after |
{ | ||
"name": "@flowfuse/nr-project-nodes", | ||
"version": "0.7.4-8ba435f-202409021637.0", | ||
"version": "0.7.4-be9a7cb-202410101247.0", | ||
"description": "A collection of Node-RED nodes for easy communication between Node-RED instances running in the FlowFuse platform", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130163