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:
Marcel Pfennig
2025-08-22 00:01:10 +02:00
committed by GitHub
parent cae80b43e5
commit 75ffbd559b
+3 -3
View File
@@ -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 ...`.