mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Renamed resetTimeout to restartTimeout
Updated documentation differently
This commit is contained in:
@@ -631,7 +631,7 @@ module.exports = function(RED) {
|
||||
}
|
||||
}
|
||||
|
||||
if (msg.hasOwnProperty("resetTimeout")) {
|
||||
if (msg.hasOwnProperty("restartTimeout")) {
|
||||
if (inflight[partId]) {
|
||||
if (inflight[partId].timeout) {
|
||||
clearTimeout(inflight[partId].timeout);
|
||||
|
Reference in New Issue
Block a user