mirror of
https://github.com/moghtech/komodo.git
synced 2026-08-24 16:00:18 +00:00
Fix: Correct environment variable name for container stats polling rate (#752)
* docs(config): Update environment variable name and default value for container stats polling rate * fix(config): Update default value for container stats polling rate to 30 seconds
This commit is contained in:
@@ -75,10 +75,10 @@ disable_container_exec = false
|
||||
stats_polling_rate = "5-sec"
|
||||
|
||||
## How often Periphery polls the host for container stats,
|
||||
## Env: PERIPHERY_STATS_POLLING_RATE
|
||||
## Env: PERIPHERY_CONTAINER_STATS_POLLING_RATE
|
||||
## Options: https://docs.rs/komodo_client/latest/komodo_client/entities/enum.Timelength.html
|
||||
## Default: 5-sec
|
||||
container_stats_polling_rate = "1-min"
|
||||
## Default: 30-sec
|
||||
container_stats_polling_rate = "30-sec"
|
||||
|
||||
## Whether stack actions should use `docker-compose ...`
|
||||
## instead of `docker compose ...`.
|
||||
|
||||
Reference in New Issue
Block a user