Update settings.js

This commit is contained in:
Vasu Vanka 2024-12-11 11:09:33 +05:30 committed by GitHub
parent 6a127e98cc
commit c1fbff1e18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -523,7 +523,7 @@ module.exports = {
defaultFunctionTimeout: 0,
/** Default timeout, in seconds, for the Function node. 0 means no timeout is applied */
functionTimeout: 2,
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.