1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Update variables.php

This commit is contained in:
Bradley Schofield 2022-02-25 15:06:52 +00:00
parent 411f66a82c
commit 7e9a7e1847

View file

@ -597,6 +597,15 @@ return [
'question' => '',
'filter' => ''
],
[
'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',
'introduction' => '0.13.0',
'default' => '60',
'required' => false,
'question' => '',
'filter' => ''
],
[
'name' => 'DOCKERHUB_PULL_USERNAME',
'description' => 'The username for hub.docker.com. This variable is used to pull images from hub.docker.com.',