From 822829aae4df0d80a862b415773eb01537ee4a21 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 16 Jun 2026 18:45:33 +0000 Subject: [PATCH] host-poller: poll chassis sensors every 60s (inlet temp 1/min) --- compose.infra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.infra.yml b/compose.infra.yml index 0533a23..70379c5 100644 --- a/compose.infra.yml +++ b/compose.infra.yml @@ -52,7 +52,7 @@ services: - REDIS_HOST=127.0.0.1 - REDIS_PORT=6379 - REDIS_DB=0 - - HOST_POLL_INTERVAL=120 + - HOST_POLL_INTERVAL=60 - POLL_DRIVE_GAP=0.5 - POLL_CONCURRENCY=1 - POLL_STARTUP_JITTER=10