@flowfuse/nr-project-nodes
Advanced tools
Comparing version 0.6.2 to 0.6.3-63d0f27-202405021651.0
@@ -583,4 +583,9 @@ module.exports = function (RED) { | ||
protocolVersion: 5, | ||
clean: false, | ||
reconnectPeriod: RED.settings.mqttReconnectTime || 5000, | ||
properties: { | ||
// Allow the broker to keep the session alive for 2 minutes after | ||
// a disconnect. This ensures short-connectivity blips do not lead to | ||
// inbound message loss. | ||
sessionExpiryInterval: 120, | ||
requestResponseInformation: true, | ||
@@ -587,0 +592,0 @@ requestProblemInformation: true, |
{ | ||
"name": "@flowfuse/nr-project-nodes", | ||
"version": "0.6.2", | ||
"version": "0.6.3-63d0f27-202405021651.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": { |
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
91529
1034