diff --git a/app/config/variables.php b/app/config/variables.php index e726ca79dc..7b4c4b4ace 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -647,7 +647,7 @@ return [ ], [ 'name' => '_APP_FUNCTIONS_TIMEOUT', - 'description' => 'The maximum number of seconds allowed as a timeout value when creating a new function. The default value is 900 seconds.', + 'description' => 'The maximum number of seconds allowed as a timeout value when creating a new function. The default value is 900 seconds. This is the global limit, timeout for individual functions are configured in the function\'s settings or in appwrite.json.', 'introduction' => '0.7.0', 'default' => '900', 'required' => false,