Skip to content

Commit b1ff1e3

Browse files
committed
2 parents 02334d0 + 451a33d commit b1ff1e3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/user-guide/writing-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,8 @@ It is possible to set a timeout for the function node on the Setup tab. This val
468468
in seconds, is how long the runtime will allow the Function node to run for before
469469
raising an error. If set to 0, the default, no timeout is applied.
470470

471+
NOTE: The timeout functionality only applies to synchronous code.
472+
471473
***
472474

473475
### API Reference

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="col-1-2">
88
<h1>Low-code programming for event-driven applications</h1>
99
<h2>The easiest way to collect, transform and visualize real-time data.</h2>
10-
<p>Latest version: <a href="https://www.npmjs.com/package/node-red"><span class="node-red-latest-version">v4.1.5</span> (npm)</a></p>
10+
<p>Latest version: <a href="https://www.npmjs.com/package/node-red"><span class="node-red-latest-version">v4.1.7</span> (npm)</a></p>
1111
<p><a class="box-link" href="#get-started">Get Started</a></p>
1212
</div>
1313
<div class="col-1-2 title-hero">

0 commit comments

Comments
 (0)