mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Reduce resubscription time (#256)
Halve the resubscrciption timeout to make sure event subscriptions get renewed
This commit is contained in:
parent
fe1a96d67d
commit
92520f7d57
@ -69,7 +69,7 @@ module.exports = function(RED) {
|
||||
|
||||
};
|
||||
|
||||
setInterval(resubscribe, 200000);
|
||||
setInterval(resubscribe, 100000);
|
||||
|
||||
var subscribe = function(node) {
|
||||
var dev = node.dev;
|
||||
|
Loading…
x
Reference in New Issue
Block a user