Tidy up functionTimeout setting

This commit is contained in:
Nick O'Leary
2023-09-05 10:34:18 +01:00
parent f7b64b101e
commit 9a934c941f
3 changed files with 5 additions and 10163 deletions

View File

@@ -444,6 +444,7 @@ module.exports = {
* - fileWorkingDirectory
* - functionGlobalContext
* - functionExternalModules
* - functionTimeout
* - nodeMessageBufferMaxLength
* - ui (for use with Node-RED Dashboard)
* - debugUseColors
@@ -468,8 +469,9 @@ module.exports = {
/** Allow the Function node to load additional npm modules directly */
functionExternalModules: true,
/** Default timeout fir function node */
functionTimeout:0,
/** Default timeout, in seconds, for the Function node. 0 means no timeout is applied */
functionTimeout: 0,
/** The following property can be used to set predefined values in Global Context.
* This allows extra node modules to be made available with in Function node.
* For example, the following: