1
0
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:
Dave Conway-Jones 2019-04-04 21:59:47 +01:00
parent d92040b804
commit 71709cd662
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

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