mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
reduce udp out timeout to be less than default inject at start
to address Issue #2127
This commit is contained in:
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
Block a user