Merge pull request #3550 from appwrite/fix-function-timeout-desc

Clarify purpose in Appwrite Functions timeout description
This commit is contained in:
Eldad A. Fux 2022-07-16 07:46:40 +03:00 committed by GitHub
commit fb5805a43c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,