From d0a138e718148f9878958bc72419f968c7d2de3b Mon Sep 17 00:00:00 2001 From: Wen Yu Ge Date: Fri, 15 Jul 2022 11:51:01 -0400 Subject: [PATCH] Clarify purpose in Appwrite Functions timeout description --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,