reduce udp out timeout to be less than default inject at start

to address Issue #2127
This commit is contained in:
Dave Conway-Jones
2019-04-04 21:59:47 +01:00
parent d92040b804
commit 71709cd662

View File

@@ -251,7 +251,7 @@ module.exports = function(RED) {
}
}
});
}, 150);
}, 75);
node.on("close", function() {
if (node.tout) { clearTimeout(node.tout); }