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

Update description for _APP_FUNCTIONS_INACTIVE_THRESHOLD

This commit is contained in:
Vincent (Wen Yu) Ge 2023-04-14 14:31:22 -04:00 committed by GitHub
parent 7c2c68c5ec
commit 166b446fe7
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 has been inactive before it could be shut down and put to sleep. Containers are checked once every hour, and if they have been inactive for an interval longer than this threshold, they are put to sleep to free server resources. This feature intends to prevent the buildup of unused containers. Containers may remain active for longer than the interval before being put to sleep. If no value is provided, defaults to 60 seconds.',
'introduction' => '0.13.0',
'default' => '60',
'required' => false,