1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Clarify purpose in Appwrite Functions timeout description

This commit is contained in:
Wen Yu Ge 2022-07-15 11:51:01 -04:00
parent 88a77127ea
commit d0a138e718

View file

@ -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,