Functional Fix for Inject node

addresses Issue #209
Interval is now wholly timeout based.
Now works on Sundays
This commit is contained in:
Dave C-J
2014-04-29 16:20:45 +01:00
parent 02eb1d9a64
commit f2e9b43866
2 changed files with 43 additions and 21 deletions

View File

@@ -53,7 +53,7 @@ function InjectNode(n) {
}
if (this.once) {
setTimeout( function(){ node.emit("input",{}); }, 50);
setTimeout( function(){ node.emit("input",{}); }, 100);
}
this.on("input",function(msg) {