mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
BugFix: reconnect delay
This commit is contained in:
parent
71737046fd
commit
ed74a69b58
@ -119,7 +119,7 @@ module.exports = function(RED) {
|
|||||||
protocolVersion: node.protocolVersion,
|
protocolVersion: node.protocolVersion,
|
||||||
reconnectOpts: {
|
reconnectOpts: {
|
||||||
retries: node.reconnectRetries * 1,
|
retries: node.reconnectRetries * 1,
|
||||||
delay: node.reconnectDelay * 1
|
delay: node.reconnectDelay * 1000
|
||||||
},
|
},
|
||||||
vhost: node.vhost
|
vhost: node.vhost
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user