1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

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

Update description for _APP_FUNCTIONS_INACTIVE_THRESHOLD
This commit is contained in:
Christy Jacob 2023-04-17 22:55:14 +04:00 committed by GitHub
commit 62bdc77b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -764,7 +764,7 @@ return [
],
[
'name' => '_APP_FUNCTIONS_INACTIVE_THRESHOLD',
'description' => 'The minimum time a function can be inactive before it\'s container is shutdown and put to sleep. The default value is 60 seconds',
'description' => 'The minimum time a function must be inactive before it can be shut down and cleaned up. This feature is intended to clean up unused containers. Containers may remain active for longer than the interval before being shut down, as Appwrite only cleans up unused containers every hour. If no value is provided, the default is 60 seconds.',
'introduction' => '0.13.0',
'default' => '60',
'required' => false,