mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Make fpm_free_footprint dynamically visible
This commit is contained in:
parent
2fefecbe54
commit
085c57f29d
1 changed files with 2 additions and 1 deletions
|
@ -20,10 +20,11 @@ name = "Nextcloud configuration"
|
|||
choices.low = "Low, <= 20Mb per pool"
|
||||
choices.medium = "Medium, between 20Mb and 40Mb per pool"
|
||||
choices.high = "High, > 40Mb per pool"
|
||||
choices.specific = "Use specific value from the next option"
|
||||
choices.specific = "Use specific value"
|
||||
default = "low"
|
||||
|
||||
[main.php_fpm_config.fpm_free_footprint]
|
||||
visible = "fpm_footprint == 'specific'"
|
||||
ask = "Memory footprint of the service?"
|
||||
type = "number"
|
||||
default = "0"
|
||||
|
|
Loading…
Add table
Reference in a new issue