mirror of https://github.com/node-red/node-red.git
reduce udp out timeout to be less than default inject at start
to address Issue #2127pull/2135/head
parent
d92040b804
commit
71709cd662
|
|
@ -251,7 +251,7 @@ module.exports = function(RED) {
|
|||
}
|
||||
}
|
||||
});
|
||||
}, 150);
|
||||
}, 75);
|
||||
|
||||
node.on("close", function() {
|
||||
if (node.tout) { clearTimeout(node.tout); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue