diff --git a/config/periphery.config.toml b/config/periphery.config.toml index e53a8b824..3145c014e 100644 --- a/config/periphery.config.toml +++ b/config/periphery.config.toml @@ -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 ...`.